diff options
author | Bastien Nocera | 2009-08-03 19:58:55 +0100 |
---|---|---|
committer | Matt Colyer | 2009-08-04 09:03:55 -0700 |
commit | 12b62b8d2d001e03d8b640afbc44d943d14f24b5 (patch) | |
tree | 9013ff9cd719357877d18fe25e65e0a99817929d /configure.ac | |
parent | dbf7b02b4a09de4aa9220431d466d900e47b74ba (diff) | |
download | libimobiledevice-12b62b8d2d001e03d8b640afbc44d943d14f24b5.tar.gz libimobiledevice-12b62b8d2d001e03d8b640afbc44d943d14f24b5.tar.bz2 |
Make distcheck pass from a clean tree
Signed-off-by: Matt Colyer <matt@colyer.name>
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], |