You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2005/12/16 17:54:06 UTC

svn commit: r357182 - /httpd/apreq/trunk/Makefile.PL

Author: joes
Date: Fri Dec 16 08:54:01 2005
New Revision: 357182

URL: http://svn.apache.org/viewcvs?rev=357182&view=rev
Log:
This isn't quite enough to get -libmodperl to work, but its step1.

Submitted by: pgollucci

Modified:
    httpd/apreq/trunk/Makefile.PL

Modified: httpd/apreq/trunk/Makefile.PL
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/Makefile.PL?rev=357182&r1=357181&r2=357182&view=diff
==============================================================================
--- httpd/apreq/trunk/Makefile.PL (original)
+++ httpd/apreq/trunk/Makefile.PL Fri Dec 16 08:54:01 2005
@@ -19,7 +19,7 @@
 undef @opts{qw(with-apache2-apxs with-apache1-apxs with-apache2-src
                with-perl with-apache2-httpd
                with-apr-config with-apu-config apxs
-               with-expat)};
+               with-expat with-mm-opts)};
 undef @opts{qw(with-apache2)} if (WIN32);
 
 my @flags = qw/enable-maintainer-mode enable-perl-glue disable-perl-glue/;