You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/11/16 15:36:45 UTC

svn commit: r880775 - /httpd/httpd/trunk/acinclude.m4

Author: trawick
Date: Mon Nov 16 14:36:45 2009
New Revision: 880775

URL: http://svn.apache.org/viewvc?rev=880775&view=rev
Log:
fix VPATH builds, broken by the support for --enable-mpms-shared

Modified:
    httpd/httpd/trunk/acinclude.m4

Modified: httpd/httpd/trunk/acinclude.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/acinclude.m4?rev=880775&r1=880774&r2=880775&view=diff
==============================================================================
--- httpd/httpd/trunk/acinclude.m4 (original)
+++ httpd/httpd/trunk/acinclude.m4 Mon Nov 16 14:36:45 2009
@@ -226,6 +226,9 @@
             mpmpath=$5
         fi
 
+        dnl VPATH support
+        test -d $mpmpath || $srcdir/build/mkdir.sh $mpmpath
+
         APACHE_FAST_OUTPUT($mpmpath/Makefile)
 
         if test -z "$2"; then