randyk 2004/07/12 07:39:36
Modified: win32 Configure.pl
Log:
testing for existence of Apache::Test on Win32 may require using
Apache2.pm, to adjust @INC to find Apache::Build.
Revision Changes Path
1.35 +1 -0 httpd-apreq-2/win32/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /home/cvs/httpd-apreq-2/win32/Configure.pl,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- Configure.pl 6 Jul 2004 02:17:14 -0000 1.34
+++ Configure.pl 12 Jul 2004 14:39:36 -0000 1.35
@@ -320,6 +320,7 @@
my $rep = $] < 5.008 ?
'http://theoryx5.uwinnipeg.ca/ppmpackages' :
'http://theoryx5.uwinnipeg.ca/ppms';
+ eval {require Apache2;};
for my $mod (qw(ExtUtils::XSBuilder Apache::Test)) {
eval "require $mod";
if ($@) {