#! /bin/sh
-# From configure.ac Revision: 225957 .
+# From configure.ac Revision: 235572 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
#
elif test "x$NCURSES_LIB" != "x" ; then
EDITLINE_LIB="$NCURSES_LIB"
else
- { { echo "$as_me:$LINENO: error: *** termcap support not found (on modern Linux, this typically means libncurses5-devel is missing)" >&5
-echo "$as_me: error: *** termcap support not found (on modern Linux, this typically means libncurses5-devel is missing)" >&2;}
+ { { echo "$as_me:$LINENO: error: *** termcap support not found (on modern systems, this typically means the ncurses development package is missing)" >&5
+echo "$as_me: error: *** termcap support not found (on modern systems, this typically means the ncurses development package is missing)" >&2;}
{ (exit 1); exit 1; }; }
fi
elif test "x$NCURSES_LIB" != "x" ; then
EDITLINE_LIB="$NCURSES_LIB"
else
- AC_MSG_ERROR([*** termcap support not found (on modern systems, this typically means libncurses5-dev is missing)])
+ AC_MSG_ERROR([*** termcap support not found (on modern systems, this typically means the ncurses development package is missing)])
fi
AC_SUBST(EDITLINE_LIB)