[asterisk-commits] tilghman: branch 1.6.0 r235657 - in /branches/1.6.0: ./ configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Dec 18 16:42:36 CST 2009
Author: tilghman
Date: Fri Dec 18 16:42:34 2009
New Revision: 235657
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235657
Log:
Merged revisions 235656 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r235656 | tilghman | 2009-12-18 16:40:46 -0600 (Fri, 18 Dec 2009) | 9 lines
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:
branches/1.6.0/ (props changed)
branches/1.6.0/configure
branches/1.6.0/configure.ac
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.0/configure.ac?view=diff&rev=235657&r1=235656&r2=235657
==============================================================================
--- branches/1.6.0/configure.ac (original)
+++ branches/1.6.0/configure.ac Fri Dec 18 16:42:34 2009
@@ -1528,7 +1528,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