1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-21 16:14:14 -04:00

Specify X/Open Curses instead of SysV Curses in the error string

This commit is contained in:
John Zaitseff 2011-07-20 12:01:03 +10:00
parent f5ca777b37
commit c1b284e977

View File

@ -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])