--- Makefile.PL.orig Sat Oct 18 12:27:13 2003 +++ Makefile.PL Sat Oct 18 12:28:18 2003 @@ -6,22 +6,23 @@ import SpeedyMake qw(%write_makefile_common); } -print < =~ /y/i) { +#if ( =~ /y/i) { +unless ($ENV{WITHOUT_APACHE}) { die "ERROR: Command 'apxs -q CC' failed.\n" unless $macro->{APACHE_APXS_WORKS}; print "Compiling for Apache version $macro->{APACHE_VERSION}\n";