summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2011-06-15 12:55:51 +0200
committerRobert Nagy <robert@openbsd.org>2011-06-15 12:55:51 +0200
commitba62ce46c8dbe300a5f8044cb7ffc59a19885502 (patch)
tree965dfc21457ac05b212a20244ca70121df8507a1 /configure.in
parent5e9bd7ecf191cd553e216d5378a50abe4ab653d2 (diff)
only fetch external tarballs if --disable-fetch-external is not defined
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 325766885a1e..5ad2e37c3831 100755
--- a/configure.in
+++ b/configure.in
@@ -1729,7 +1729,7 @@ AC_SUBST(TARFILE_LOCATION)
if test "z$enable_fetch_external" != "zno" \
&& test -z "$with_system_libs" -a "$with_system_jars" != "no"; then
- DO_FETCH_TARBALLS="yes"
+ DO_FETCH_TARBALLS="YES"
fi
AC_SUBST(DO_FETCH_TARBALLS)