summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Bastien Nocera2009-08-03 19:58:55 +0100
committerGravatar Martin Szulecki2009-08-04 13:13:20 +0200
commit3b3a47b798b80c78446d9f062d311bcca135b177 (patch)
tree777331967f7e5510feb3b23e961598fd2a62045a /configure.ac
parentfc1a42bde5efc107d3d6e9e3169eac07f0d6a5ed (diff)
downloadlibimobiledevice-3b3a47b798b80c78446d9f062d311bcca135b177.tar.gz
libimobiledevice-3b3a47b798b80c78446d9f062d311bcca135b177.tar.bz2
Make distcheck pass from a clean tree
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
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],