[asterisk-commits] tilghman: trunk r235656 - in /trunk: ./ configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Dec 18 16:40:48 CST 2009
Author: tilghman
Date: Fri Dec 18 16:40:46 2009
New Revision: 235656
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235656
Log:
Merged revisions 235652 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r235652 | tilghman | 2009-12-18 16:39:30 -0600 (Fri, 18 Dec 2009) | 2 lines
Revise verbiage, per #asterisk-dev discussion
........
Modified:
trunk/ (props changed)
trunk/configure
trunk/configure.ac
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/configure.ac
URL: http://svnview.digium.com/svn/asterisk/trunk/configure.ac?view=diff&rev=235656&r1=235655&r2=235656
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Dec 18 16:40:46 2009
@@ -1674,7 +1674,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 asterisk-commits
mailing list