From: Tilghman Lesher Date: Fri, 18 Dec 2009 21:21:55 +0000 (+0000) Subject: Merged revisions 235573 via svnmerge from X-Git-Tag: 1.6.1.13-rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9d71d121822cc062813229078250696fd012ebb;p=thirdparty%2Fasterisk.git 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". ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@235575 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configure b/configure index f21ef3bf4e..825c47256b 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 217642 . +# From configure.ac Revision: 226053 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for asterisk 1.6. # @@ -37412,8 +37412,8 @@ elif test "x$CURSES_LIB" != "x" ; then elif test "x$NCURSES_LIB" != "x" ; then EDITLINE_LIB="$NCURSES_LIB" else - { { echo "$as_me:$LINENO: error: *** termcap support not found" >&5 -echo "$as_me: error: *** termcap support not found" >&2;} + { { echo "$as_me:$LINENO: error: *** termcap support not found (on modern systems, this typically means libncurses5-dev is missing)" >&5 +echo "$as_me: error: *** termcap support not found (on modern systems, this typically means libncurses5-dev is missing)" >&2;} { (exit 1); exit 1; }; } fi diff --git a/configure.ac b/configure.ac index 5b971953df..896c64f7b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1544,7 +1544,7 @@ elif test "x$CURSES_LIB" != "x" ; then 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)