configure.ac, improve help string for --disable-debug

This commit is contained in:
Francesco Lannutti 2014-04-26 20:09:21 +02:00 committed by rlar
parent cca5971739
commit 3b953e50c3
1 changed files with 1 additions and 1 deletions

View File

@ -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],