From 2d1d0e71dfbe318502911e185fbe341dc0fc8021 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Fri, 11 Jan 2013 18:48:32 +0100 Subject: [PATCH] Changed --enable-debug to --disable-debug in configure.ac to have it correctly displayed in the automatic completion --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f94910420..612c1b5c1 100644 --- a/configure.ac +++ b/configure.ac @@ -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],