dougm       02/05/12 15:42:19

  Modified:    lib/ModPerl MM.pm
  Log:
  APR::PerlIO does not link on win32; disable for the moment
  
  Revision  Changes    Path
  1.18      +4 -0      modperl-2.0/lib/ModPerl/MM.pm
  
  Index: MM.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/MM.pm,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- MM.pm     7 Apr 2002 22:47:31 -0000       1.17
  +++ MM.pm     12 May 2002 22:42:19 -0000      1.18
  @@ -168,6 +168,10 @@
   sub ModPerl::MM::MY::libscan {
       my($self, $path) = @_;
   
  +    if (Apache::Build::WIN32() and $path eq 'PerlIO') {
  +        return ''; #XXX: APR::PerlIO does not link on win32
  +    }
  +
       return '' if $path =~ m/\.(pl|cvsignore)$/;
       return '' if $path =~ m:\bCVS/:;
       return '' if $path =~ m/~$/;
  
  
  


Reply via email to