summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-11-16 14:36:45 +0000
committerJeff Trawick <trawick@apache.org>2009-11-16 14:36:45 +0000
commit92224086cfadeb37cc2e415af1680e8d0fff0082 (patch)
treedcbe990bf811adbeded5738ee6ddb22c1521ae84 /acinclude.m4
parentacb8dce5e2fc75cc00e8e29ac949ddf356fbc796 (diff)
downloadhttpd-92224086cfadeb37cc2e415af1680e8d0fff0082.tar.gz
fix VPATH builds, broken by the support for --enable-mpms-shared
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@880775 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index f331576475..c7a5d895c6 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -226,6 +226,9 @@ AC_DEFUN(APACHE_MPM_MODULE,[
mpmpath=$5
fi
+ dnl VPATH support
+ test -d $mpmpath || $srcdir/build/mkdir.sh $mpmpath
+
APACHE_FAST_OUTPUT($mpmpath/Makefile)
if test -z "$2"; then