diff options
| author | 2009-08-03 19:58:55 +0100 | |
|---|---|---|
| committer | 2009-08-04 13:13:20 +0200 | |
| commit | 3b3a47b798b80c78446d9f062d311bcca135b177 (patch) | |
| tree | 777331967f7e5510feb3b23e961598fd2a62045a /configure.ac | |
| parent | fc1a42bde5efc107d3d6e9e3169eac07f0d6a5ed (diff) | |
| download | libimobiledevice-3b3a47b798b80c78446d9f062d311bcca135b177.tar.gz libimobiledevice-3b3a47b798b80c78446d9f062d311bcca135b177.tar.bz2 | |
Make distcheck pass from a clean tree
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d6b27f4..55f5bae 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -59,6 +59,9 @@ if test "$build_dev_tools" = true; then | |||
| 59 | else | 59 | else |
| 60 | DEV_SUB= | 60 | DEV_SUB= |
| 61 | fi | 61 | fi |
| 62 | |||
| 63 | AM_CONDITIONAL([ENABLE_DEVTOOLS],[test "x$DEV_SUB" = "xdev"]) | ||
| 64 | |||
| 62 | AC_SUBST([DEV_SUB]) | 65 | AC_SUBST([DEV_SUB]) |
| 63 | 66 | ||
| 64 | AC_ARG_ENABLE([debug-code], | 67 | AC_ARG_ENABLE([debug-code], |
