build: correct help message about missing readline + termcap libraries
authorDan Williams <dcbw@redhat.com>
Mon, 11 May 2015 15:33:21 +0000 (10:33 -0500)
committerDan Williams <dcbw@redhat.com>
Mon, 11 May 2015 15:33:21 +0000 (10:33 -0500)
m4/ax_lib_readline.m4

index fe56c5b..af32fda 100644 (file)
@@ -87,7 +87,7 @@ AC_DEFUN([AX_LIB_READLINE], [
   ])
 
   if test -z "$ax_cv_lib_readline"; then
-    AC_MSG_ERROR([readline library with terminfo support is required (one of ncurses, curses, or termcap)])
+    AC_MSG_ERROR([readline library with terminfo support is required (one of readline, edit, or editline, AND one of ncurses, curses, or termcap)])
   fi
 
   ORIG_LIBS="$LIBS"