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...@hyperreal.org on 1998/07/13 00:38:49 UTC

cvs commit: modperl Makefile.PL

dougm       98/07/12 15:38:48

  Modified:    .        Makefile.PL
  Log:
  fixup for win32
  
  Revision  Changes    Path
  1.59      +2 -1      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /export/home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- Makefile.PL	1998/07/12 21:32:43	1.58
  +++ Makefile.PL	1998/07/12 22:38:47	1.59
  @@ -281,7 +281,6 @@
   
   if($Is_Win32) {
       $NO_HTTPD = 1;
  -    win32_setup();
   } 
   
   if($USE_APXS) {
  @@ -496,6 +495,8 @@
   }
   
   my @xs_mod_snames = map { (my $s = $_) =~ s/.*:://; $s } @xs_modules;
  +
  +win32_setup() if $Is_Win32;
   
   if($DYNAMIC) {
       for (@xs_mod_snames) {