[Freeswitch-trunk] [commit] r6525 - freeswitch/trunk
Freeswitch SVN
anthm at freeswitch.org
Wed Dec 5 15:28:25 EST 2007
Author: anthm
Date: Wed Dec 5 15:28:25 2007
New Revision: 6525
Modified:
freeswitch/trunk/configure.in
Log:
change default to enable libedit support
Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in (original)
+++ freeswitch/trunk/configure.in Wed Dec 5 15:28:25 2007
@@ -391,7 +391,7 @@
[ --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,,
More information about the Freeswitch-trunk
mailing list