diff options
| -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"]) | |||
| 164 | AC_SUBST([DEV_SUB]) | 164 | AC_SUBST([DEV_SUB]) |
| 165 | 165 | ||
| 166 | AC_ARG_ENABLE([debug-code], | 166 | AC_ARG_ENABLE([debug-code], |
| 167 | [AS_HELP_STRING([--disable-debug-code], | 167 | [AS_HELP_STRING([--enable-debug-code], |
| 168 | [disable debug message reporting in library (default is yes)])], | 168 | [enable debug message reporting in library (default is no)])], |
| 169 | [no_debug_code=false], | 169 | [no_debug_code=false], |
| 170 | [no_debug_code=true]) | 170 | [no_debug_code=true]) |
| 171 | if test "$no_debug_code" = true; then | 171 | if test "$no_debug_code" = true; then |
