diff options
author | Bastien Nocera | 2009-08-03 19:58:55 +0100 |
---|---|---|
committer | Martin Szulecki | 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 else DEV_SUB= fi + +AM_CONDITIONAL([ENABLE_DEVTOOLS],[test "x$DEV_SUB" = "xdev"]) + AC_SUBST([DEV_SUB]) AC_ARG_ENABLE([debug-code], |