summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2011-11-29 13:09:06 +0100
committerTomas Chvatal <tchvatal@suse.cz>2011-11-29 13:09:06 +0100
commitb8a2970f24872ee1620f3cc2381055b14484dd63 (patch)
treebfb6f7fc66395d03ad425d847c11e90b6c0c1ccc /configure.in
parent11f91f16cad5dc01a1b6375134c8f5132acf3415 (diff)
Export DO_FETCH_TARBALLS in set_soenv.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d925ba4720ee..3e3671fd5fca 100644
--- a/configure.in
+++ b/configure.in
@@ -2553,6 +2553,7 @@ if test "z$enable_fetch_external" != "zno" ; then
DO_FETCH_TARBALLS="YES"
else
AC_MSG_RESULT([no])
+ DO_FETCH_TARBALLS="NO"
fi
AC_SUBST(DO_FETCH_TARBALLS)