mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Specify X/Open Curses instead of SysV Curses in the error string
This commit is contained in:
parent
f5ca777b37
commit
c1b284e977
@ -42,7 +42,7 @@ AX_C___ATTRIBUTE__
|
||||
|
||||
AX_WITH_CURSES
|
||||
AS_IF([test "x$ax_cv_curses" != "xyes"],
|
||||
AC_MSG_ERROR([requires a SysV-compatible curses library.]),
|
||||
AC_MSG_ERROR([requires an X/Open-compatible Curses library.]),
|
||||
AC_SUBST([CURSES_LIB]))
|
||||
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
Loading…
Reference in New Issue
Block a user