summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0436f99bf..2c3645135 100644
--- a/configure.in
+++ b/configure.in
@@ -46,8 +46,13 @@ AC_SUBST(apr_builddir)
if test "$apr_builddir" != "$apr_srcdir"; then
USE_VPATH=1
+ APR_CONFIG_LOCATION=build
+else
+ APR_CONFIG_LOCATION=source
fi
+AC_SUBST(APR_CONFIG_LOCATION)
+
# Libtool might need this symbol -- it must point to the location of
# the generated libtool script (not necessarily the "top" build dir).
#