stas        2003/03/26 17:17:33

  Modified:    lib/ModPerl BuildMM.pm
  Log:
  s/FULLPERLRUN/FULLPERL/, as the former macro is not available on all
  platforms (EU::MM issue)
  
  Revision  Changes    Path
  1.7       +1 -1      modperl-2.0/lib/ModPerl/BuildMM.pm
  
  Index: BuildMM.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/BuildMM.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BuildMM.pm        24 Mar 2003 04:28:03 -0000      1.6
  +++ BuildMM.pm        27 Mar 2003 01:17:33 -0000      1.7
  @@ -164,7 +164,7 @@
               next unless -r $podpath;
   
               push @target, 
  -                "\$(FULLPERLRUN) -I$lib_dir " .
  +                "\$(FULLPERL) -I$lib_dir " .
                   "-I$apache_test_dir -MModPerl::BuildMM " .
                   "-e ModPerl::BuildMM::glue_pod $pm $podpath $blib";
           }
  
  
  

Reply via email to