Skip to content

Commit eb7d619

Browse files
committed
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
1 parent 87c9e4d commit eb7d619

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

acinclude.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ AC_DEFUN(APACHE_MPM_MODULE,[
226226
mpmpath=$5
227227
fi
228228
229+
dnl VPATH support
230+
test -d $mpmpath || $srcdir/build/mkdir.sh $mpmpath
231+
229232
APACHE_FAST_OUTPUT($mpmpath/Makefile)
230233
231234
if test -z "$2"; then

0 commit comments

Comments
 (0)