randyk 2004/07/15 00:20:50
Modified: . Makefile.PL
Log:
Forgot to add some comments.
Revision Changes Path
1.148 +2 -0 modperl-2.0/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- Makefile.PL 15 Jul 2004 07:15:30 -0000 1.147
+++ Makefile.PL 15 Jul 2004 07:20:48 -0000 1.148
@@ -599,6 +599,7 @@
my $preamble;
if (Apache::TestConfig::WIN32) {
+ # need to add the location of Apache's dlls to the PATH
my $ap_bindir = $build->apr_bindir() || '';
unless ($ap_bindir) {
$ap_bindir = File::Spec->catdir($build->{MP_AP_PREFIX}, 'bin')
@@ -609,6 +610,7 @@
EOF
}
else {
+ # PASSENV confuses the Win32 command-line build
my $env = Apache::TestConfig->passenv_makestr();
$preamble = <<EOF;
PASSENV = $env