From: Anthony Minessale Date: Wed, 5 Dec 2007 20:28:25 +0000 (+0000) Subject: change default to enable libedit support X-Git-Tag: v1.0-rc1~1298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd8c8c07e99b0bf7052fed5bb7fb11f5e7c8488;p=thirdparty%2Ffreeswitch.git change default to enable libedit support git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6525 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/configure.in b/configure.in index 9cd36b4801..5d26883fda 100644 --- a/configure.in +++ b/configure.in @@ -391,7 +391,7 @@ AC_ARG_ENABLE(core-odbc-support, [ --enable-core-odbc-support Compile with ODBC Support],,[enable_core_odbc_support="no"]) AC_ARG_ENABLE(core-libedit-support, - [ --enable-core-libedit-support Compile with libedit Support],,[enable_core_libedit_support="no"]) + [ --disable-core-libedit-support Compile without libedit Support],,[enable_core_libedit_support="yes"]) if test "$enable_core_libedit_support" = "yes" ; then AC_CHECK_LIB(ncurses, tgetent,,