From c1b284e97794d2e2f79f20cfbdcd9b0f274d0533 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Wed, 20 Jul 2011 12:01:03 +1000 Subject: [PATCH] Specify X/Open Curses instead of SysV Curses in the error string --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2cc8eee..7d8869a 100644 --- a/configure.ac +++ b/configure.ac @@ -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])