summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-10 23:42:26 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-11 11:57:18 +0100
commite3ba76406b90af1bd7ed814e0b44fb6f182c6428 (patch)
tree5e72f09b55768ce0c2951fc2675c8f06b47900dc /configure.ac
parent727e2e7190cf74db9933940285e36011de54d9a2 (diff)
normalize values of DO_FETCH_TARBALLS
This one has additional value "ALL". Change-Id: Id804172eee899b443a6f8ae6bce8781136096dc7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 48cf9fa8149a..c5a3d8a1eff1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4785,11 +4785,11 @@ if test "$enable_fetch_external" != "no"; then
DO_FETCH_TARBALLS="ALL"
else
AC_MSG_RESULT(["yes, if we use them"])
- DO_FETCH_TARBALLS="YES"
+ DO_FETCH_TARBALLS="TRUE"
fi
else
AC_MSG_RESULT([no])
- DO_FETCH_TARBALLS="NO"
+ DO_FETCH_TARBALLS=
fi
AC_SUBST(DO_FETCH_TARBALLS)