You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@locus.apache.org on 2000/05/16 23:53:14 UTC

cvs commit: modperl Makefile.PL

dougm       00/05/16 14:53:14

  Modified:    .        Makefile.PL
  Log:
  make sure full perlpath is used
  
  Revision  Changes    Path
  1.162     +1 -0      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.161
  retrieving revision 1.162
  diff -u -r1.161 -r1.162
  --- Makefile.PL	2000/05/12 22:48:07	1.161
  +++ Makefile.PL	2000/05/16 21:53:14	1.162
  @@ -1169,6 +1169,7 @@
       #CCDLFLAGS => "$Config{ccdlflags} $EXTRA_CFLAGS", 
       DEFINE => $EXTRA_CFLAGS, 
       macro   => {
  +        PERL => $Config{'perlpath'},
   	OPCODE_FILE => "src/opcodes.txt",
           APACHE_ROOT => $APACHE_ROOT,
           APACHE_SRC => $APACHE_SRC,