]> granicus.if.org Git - apache/commitdiff
fix VPATH builds, broken by the support for --enable-mpms-shared
authorJeff Trawick <trawick@apache.org>
Mon, 16 Nov 2009 14:36:45 +0000 (14:36 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 16 Nov 2009 14:36:45 +0000 (14:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@880775 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index f331576475be8d9f7da54f82d2fc51310a07438c..c7a5d895c68e90f24e8e72bc95973dc547712422 100644 (file)
@@ -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