summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2002-06-09 18:50:47 +0000
committerbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2002-06-09 18:50:47 +0000
commit8dea3991b71c09dff85d1148d553d583646911e4 (patch)
treeb88e56d09213680bc4b7b1c9386715c73160437f
parentb353aacd093ec4a78fdbabfc668757caf1cf9a57 (diff)
downloadlibapr-8dea3991b71c09dff85d1148d553d583646911e4.tar.gz
Added support for building the tests when $objdir != $srcdir.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63484 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f9bb7a4eb..ce2440f35 100644
--- a/configure.in
+++ b/configure.in
@@ -1763,7 +1763,7 @@ do
fi
done
-if test -d ./test; then
+if test -d $srcdir/test; then
MAKEFILE3="test/Makefile"
fi
AC_SUBST(SUBDIRS)