mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -04: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
|
AX_WITH_CURSES
|
||||||
AS_IF([test "x$ax_cv_curses" != "xyes"],
|
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_SUBST([CURSES_LIB]))
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
Loading…
Reference in New Issue
Block a user