]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change default to enable libedit support
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 5 Dec 2007 20:28:25 +0000 (20:28 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 5 Dec 2007 20:28:25 +0000 (20:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6525 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure.in

index 9cd36b48013ef4b3a4fa43c2e4fa7af0c66e70a3..5d26883fda8fc15b4ce42b50f20061ed6ade4d5c 100644 (file)
@@ -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,,