[svn-commits] tilghman: branch 1.6.1 r235575 - in /branches/1.6.1: ./ configure configure.ac

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Dec 18 15:21:57 CST 2009


Author: tilghman
Date: Fri Dec 18 15:21:55 2009
New Revision: 235575

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235575
Log:
Merged revisions 235573 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r235573 | tilghman | 2009-12-18 15:19:43 -0600 (Fri, 18 Dec 2009) | 9 lines
  
  Merged revisions 235572 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r235572 | tilghman | 2009-12-18 15:18:16 -0600 (Fri, 18 Dec 2009) | 2 lines
    
    Point to the typical missing package, not the cryptic "termcap support".
  ........
................

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/configure
    branches/1.6.1/configure.ac

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

Modified: branches/1.6.1/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/configure.ac?view=diff&rev=235575&r1=235574&r2=235575
==============================================================================
--- branches/1.6.1/configure.ac (original)
+++ branches/1.6.1/configure.ac Fri Dec 18 15:21:55 2009
@@ -1544,7 +1544,7 @@
 elif test "x$NCURSES_LIB" != "x" ; then
   EDITLINE_LIB="$NCURSES_LIB"
 else
-  AC_MSG_ERROR(*** termcap support not found)
+  AC_MSG_ERROR([*** termcap support not found (on modern systems, this typically means libncurses5-dev is missing)])
 fi
 AC_SUBST(EDITLINE_LIB)
 




More information about the svn-commits mailing list