提交 7cd8c8c0 authored 作者: Anthony Minessale's avatar Anthony Minessale

change default to enable libedit support

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6525 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b2dd6b51
......@@ -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,,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论