From 89dc2f8361626cbfd3ad074b0322c354456a6565 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Sat, 10 May 2008 22:50:48 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a10437484c..f03bb07ce8 100644 --- a/configure.in +++ b/configure.in @@ -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=