From 34f16236a46703aa99f76b10382fe8f199742f41 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Sat, 26 Apr 2014 20:09:21 +0200 Subject: [PATCH] configure.ac, improve help string for --disable-debug --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 841330502..08e5d7572 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_ARG_ENABLE([ansi], # --disable-debug: remove -g and -Wall option to the compiler AC_ARG_ENABLE([debug], - [AS_HELP_STRING([--disable-debug], [Add -g option for compilation (default)])]) + [AS_HELP_STRING([--disable-debug], [Remove -g option for compilation (Added by default)])]) # --enable-gprof: add -pg option to the compiler (GCC) AC_ARG_ENABLE([gprof],