Author: joes
Date: Thu Jun 30 20:11:43 2005
New Revision: 208705
URL: http://svn.apache.org/viewcvs?rev=208705&view=rev
Log:
Allow `perl Makefile.PL --with-expat=...`
Submitted by: Philip M. Gollucci
Message-ID: <[EMAIL PROTECTED]>
Modified:
httpd/apreq/trunk/Makefile.PL
Modified: httpd/apreq/trunk/Makefile.PL
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/Makefile.PL?rev=208705&r1=208704&r2=208705&view=diff
==============================================================================
--- httpd/apreq/trunk/Makefile.PL (original)
+++ httpd/apreq/trunk/Makefile.PL Thu Jun 30 20:11:43 2005
@@ -18,7 +18,8 @@
my %opts;
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-apr-config with-apu-config apxs
+ with-expat)};
undef @opts{qw(with-apache2)} if (WIN32);
my @flags = qw/enable-maintainer-mode enable-perl-glue disable-perl-glue/;