[svn-commits] tilghman: branch 1.4 r235652 - in /branches/1.4: configure configure.ac

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Dec 18 16:39:31 CST 2009


Author: tilghman
Date: Fri Dec 18 16:39:30 2009
New Revision: 235652

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235652
Log:
Revise verbiage, per #asterisk-dev discussion

Modified:
    branches/1.4/configure
    branches/1.4/configure.ac

Modified: branches/1.4/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/configure.ac?view=diff&rev=235652&r1=235651&r2=235652
==============================================================================
--- branches/1.4/configure.ac (original)
+++ branches/1.4/configure.ac Fri Dec 18 16:39:30 2009
@@ -1606,7 +1606,7 @@
 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)
 




More information about the svn-commits mailing list