提交 89dc2f83 authored 作者: Stefan Knoblich's avatar Stefan Knoblich

Fix AC_ARG_ENABLE value handling and rename --enable-resampler to…

Fix AC_ARG_ENABLE value handling and rename --enable-resampler to --disable-resampler in help output since it is default enabled

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8355 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 cad2e582
......@@ -67,7 +67,7 @@ fi
# Optional Features
AC_ARG_ENABLE(resample,
[AC_HELP_STRING([--enable-resample],[build with embedded resampler])],[enable_resample="$enable_resample"],[enable_resample="yes"])
[AC_HELP_STRING([--disable-resample],[build without embedded resampler])],[enable_resample="$enableval"],[enable_resample="yes"])
# We should add checking for out of tree libresample here
RESAMPLE_LIB=
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论