stas 2003/07/22 03:37:34
Modified: . Makefile.PL
Log:
fix undefined $perl
Revision Changes Path
1.2 +1 -1 httpd-apreq-2/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/httpd-apreq-2/Makefile.PL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.PL 18 Jul 2003 18:36:05 -0000 1.1
+++ Makefile.PL 22 Jul 2003 10:37:33 -0000 1.2
@@ -24,4 +24,4 @@
push @ARGV, ('-apxs', $opts{"with-apache2-apxs"})
if exists $opts{"with-apache2-apxs"};
-qx{cd "glue/perl" && $perl Makefile.PL @ARGV};
+qx{cd "glue/perl" && $opts{"with-perl"} Makefile.PL @ARGV};