[asterisk-commits] tilghman: branch 1.6.2 r235659 - in /branches/1.6.2: ./ configure configure.ac

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Dec 18 16:42:52 CST 2009


Author: tilghman
Date: Fri Dec 18 16:42:50 2009
New Revision: 235659

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235659
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.2/   (props changed)
    branches/1.6.2/configure
    branches/1.6.2/configure.ac

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/configure.ac?view=diff&rev=235659&r1=235658&r2=235659
==============================================================================
--- branches/1.6.2/configure.ac (original)
+++ branches/1.6.2/configure.ac Fri Dec 18 16:42:50 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 asterisk-commits mailing list