diff options
| author | 2012-11-08 22:23:51 +0100 | |
|---|---|---|
| committer | 2012-11-08 22:23:51 +0100 | |
| commit | 8173b48515dd830da350eb98f73dde210c5d1be4 (patch) | |
| tree | f4af744bbe42e45987d476d3141973e607f6280b /configure.ac | |
| parent | 3a1eac8b5da6b44149d08b1aa6ac802a71ec518f (diff) | |
| download | libimobiledevice-8173b48515dd830da350eb98f73dde210c5d1be4.tar.gz libimobiledevice-8173b48515dd830da350eb98f73dde210c5d1be4.tar.bz2 | |
configure: fixed confusing --enable-debug-code help string
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"]) | |||
| 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 |
