Changed --enable-debug to --disable-debug in configure.ac to have it correctly displayed in the automatic completion

This commit is contained in:
Francesco Lannutti 2013-01-11 18:48:32 +01:00
parent 35da9bc956
commit 2d1d0e71df
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ AC_ARG_ENABLE([ansi],
# --disable-debug: remove -g and -Wall option to the compiler
AC_ARG_ENABLE([debug],
[AS_HELP_STRING([--enable-debug], [Add -g option for compilation (default)])])
[AS_HELP_STRING([--disable-debug], [Add -g option for compilation (default)])])
# --enable-gprof: add -pg option to the compiler (GCC)
AC_ARG_ENABLE([gprof],