randyk 2003/12/15 17:46:13
Modified: lib/Apache Build.pm
Log:
Reviewed by: stas
add MP_AP_PREFIX/bin/apxs to list of tries to make in finding apxs.
Revision Changes Path
1.152 +2 -1 modperl-2.0/lib/Apache/Build.pm
Index: Build.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- Build.pm 15 Dec 2003 05:29:35 -0000 1.151
+++ Build.pm 16 Dec 2003 01:46:13 -0000 1.152
@@ -102,7 +102,8 @@
my $apxs;
my @trys = ($Apache::Build::APXS,
$self->{MP_APXS},
- $ENV{MP_APXS});
+ $ENV{MP_APXS},
+ catfile $self->{MP_AP_PREFIX}, 'bin', 'apxs');
unless (IS_MOD_PERL_BUILD) {
#if we are building mod_perl via apxs, apxs should already be known