diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bab4512..9c790dc 100644 --- a/configure.ac +++ b/configure.ac @@ -164,8 +164,8 @@ AM_CONDITIONAL([ENABLE_DEVTOOLS],[test "x$DEV_SUB" = "xdev"]) AC_SUBST([DEV_SUB]) AC_ARG_ENABLE([debug-code], - [AS_HELP_STRING([--disable-debug-code], - [disable debug message reporting in library (default is yes)])], + [AS_HELP_STRING([--enable-debug-code], + [enable debug message reporting in library (default is no)])], [no_debug_code=false], [no_debug_code=true]) if test "$no_debug_code" = true; then |