Mailing List Archive

cvs commit: modperl Makefile.PL
dougm 98/06/09 10:57:30

Modified: . Makefile.PL
Log:
make NO_HTTPD=1 work properly again

Revision Changes Path
1.45 +2 -3 modperl/Makefile.PL

Index: Makefile.PL
===================================================================
RCS file: /export/home/cvs/modperl/Makefile.PL,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- Makefile.PL 1998/06/09 16:43:38 1.44
+++ Makefile.PL 1998/06/09 17:57:30 1.45
@@ -151,7 +151,7 @@

my @mp_args =
qw(EVERYTHING DO_HTTPD NO_HTTPD CONFIG ADD_MODULE
- USE_APACI USE_DSO USE_APXS WITH_APXS APACI_ARGS
+ USE_APACI USE_DSO USE_APXS WITH_APXS APACI_ARGS PREP_HTTPD
ALL_HOOKS ADD_VERSION STATIC DYNAMIC PORT);

sub is_mp_arg {
@@ -234,8 +234,7 @@
gen_script("apaci/load_modules.pl");
print " (dso enabled)";
}
- $NO_HTTPD = 1 if $PREP_HTTPD; #either one will do
- $PREP_HTTPD = 1 if $NO_HTTPD;
+ $NO_HTTPD = 1 if $PREP_HTTPD;
print "\n";
}