summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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