[Freeswitch-svn] [commit] r8355 - freeswitch/trunk
Freeswitch SVN
stkn at freeswitch.org
Sat May 10 18:50:48 EDT 2008
Author: stkn
Date: Sat May 10 18:50:48 2008
New Revision: 8355
Modified:
freeswitch/trunk/configure.in
Log:
Fix AC_ARG_ENABLE value handling and rename --enable-resampler to --disable-resampler in help output since it is default enabled
Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in (original)
+++ freeswitch/trunk/configure.in Sat May 10 18:50:48 2008
@@ -67,7 +67,7 @@
# 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=
More information about the Freeswitch-svn
mailing list