summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 01:55:59 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:04 -0600
commitd5f31a603c6ea5d232c54d4c0311f94db7e09de3 (patch)
tree0f6e30590a61ac6bf0203a44cbec4743156b3dcc /configure.in
parent9be1f79362c7c8d3b35d33567c4d337d37a5717f (diff)
migrate TARFILE_LOCATION out of set_soenv
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2dac8593ce68..3bbf3e9688e0 100644
--- a/configure.in
+++ b/configure.in
@@ -3316,7 +3316,7 @@ AC_SUBST(FONTCONFIG_LIBS)
dnl whether to find & fetch external tarballs?
dnl ===================================================================
if test -z "$TARFILE_LOCATION"; then
- TARFILE_LOCATION="DEFAULT"
+ TARFILE_LOCATION="$SRC_ROOT/src"
fi
AC_SUBST(TARFILE_LOCATION)