diff options
author | Tomas Chvatal <tchvatal@suse.cz> | 2011-11-29 13:09:06 +0100 |
---|---|---|
committer | Tomas Chvatal <tchvatal@suse.cz> | 2011-11-29 13:09:06 +0100 |
commit | b8a2970f24872ee1620f3cc2381055b14484dd63 (patch) | |
tree | bfb6f7fc66395d03ad425d847c11e90b6c0c1ccc | |
parent | 11f91f16cad5dc01a1b6375134c8f5132acf3415 (diff) |
Export DO_FETCH_TARBALLS in set_soenv.
-rw-r--r-- | configure.in | 1 | ||||
-rwxr-xr-x | set_soenv.in | 1 |
2 files changed, 2 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) diff --git a/set_soenv.in b/set_soenv.in index b723e14e4bc1..10a0937ee7ea 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1484,6 +1484,7 @@ ToFile( "LIBDIR", "@LIBDIR@", "e" ); ToFile( "DATADIR", "@DATADIR@", "e" ); ToFile( "MANDIR", "@MANDIR@", "e" ); ToFile( "DOCDIR", "@DOCDIR@", "e" ); +ToFile( "DO_FETCH_TARBALLS", "@DO_FETCH_TARBALLS", "e" ); ToFile( "BUILD_MOZAB", "@BUILD_MOZAB@", "e" ); ToFile( "PREBUILD_MOZAB", $PREBUILD_MOZAB, "e" ); ToFile( "MOZILLA_VERSION", $MOZILLA_VERSION, "e" ); |