From ba62ce46c8dbe300a5f8044cb7ffc59a19885502 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 15 Jun 2011 12:55:51 +0200 Subject: only fetch external tarballs if --disable-fetch-external is not defined --- set_soenv.in | 1 - 1 file changed, 1 deletion(-) (limited to 'set_soenv.in') diff --git a/set_soenv.in b/set_soenv.in index 414dae21a1cb..779fb3e956e0 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1694,7 +1694,6 @@ ToFile( "PSPRINT", "TRUE", "e" ); ToFile( "MKDEPENDSOLVER", "TRUE", "e" ); ToFile( "nodep", "@nodep@", "e" ); ToFile( "TARFILE_LOCATION", $TARFILE_LOCATION, "e" ); -ToFile( "DO_FETCH_TARBALLS", "@DO_FETCH_TARBALLS@", "e" ); ToFile( "GIT_LINK_SRC", "@GIT_LINK_SRC@", "e" ); ToFile( "GIT_REPO_NAMES", "@GIT_REPO_NAMES@", "e" ); -- cgit