From 4faddb016e93c032435722e7f4a8396d466ea55a Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Sat, 17 Nov 2012 12:45:01 +0100 Subject: [PATCH] conditional compilation misc cleanup --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a6e7d0de9..4a8616822 100644 --- a/configure.ac +++ b/configure.ac @@ -45,9 +45,9 @@ AC_CONFIG_MACRO_DIR([m4]) AC_ARG_ENABLE([ansi], [AS_HELP_STRING([--enable-ansi], [Force --ansi option for compilation])]) -# --disable-debug: remove -g and -Wall option to the compiler +# --disable-debug: remove -g and option to the compiler AC_ARG_ENABLE([debug], - [AS_HELP_STRING([--enable-debug], [Add -g option for compilation (default)])]) + [AS_HELP_STRING([--disable-debug], [Remove -g option for compilation, applied by default])]) # --enable-gprof: add -pg option to the compiler (GCC) AC_ARG_ENABLE([gprof], @@ -107,7 +107,7 @@ AC_ARG_ENABLE([asdebug], # --enable-stepdebug: define STEPDEBUG for the code AC_ARG_ENABLE([stepdebug], - [AS_HELP_STRING([--enable-stepdebug], [Unknown debug option])], [summary=yes]) + [AS_HELP_STRING([--enable-stepdebug], [Core debug option])], [summary=yes]) # --enable-pzdebug: define PZDEBUG for the code AC_ARG_ENABLE([pzdebug],