[Freeswitch-svn] [commit] r8345 - freeswitch/trunk
Freeswitch SVN
stkn at freeswitch.org
Fri May 9 20:39:13 EDT 2008
Author: stkn
Date: Fri May 9 20:39:12 2008
New Revision: 8345
Modified:
freeswitch/trunk/configure.in
Log:
Rename --enable-debug to --disable-debug since the default is enabled
Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in (original)
+++ freeswitch/trunk/configure.in Fri May 9 20:39:12 2008
@@ -140,9 +140,10 @@
APR_ADDTO(SWITCH_AM_CFLAGS, -Werror)
fi
-# Enable debugging
+# Enable debugging (default: on)
+# (rename option if the default is changed)
AC_ARG_ENABLE(debug,
-[AC_HELP_STRING([--enable-debug],[build with debug information])],[enable_debug="$enableval"],[enable_debug="yes"])
+[AC_HELP_STRING([--disable-debug],[build without debug information])],[enable_debug="$enableval"],[enable_debug="yes"])
if test "${enable_debug}" = "yes"; then
AC_DEFINE([DEBUG],[],[Enable extra debugging.])
More information about the Freeswitch-svn
mailing list