copy x86.h from correct place
skimo [Wed, 26 Sep 2001 21:14:49 +0000 (21:14 +0000)]
perl/Makefile.PL

index d075c59..2918b44 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.30 2001/09/25 08:21:27 skimo Exp $
+# $Id: Makefile.PL,v 1.31 2001/09/26 21:14:49 skimo Exp $
 
 use ExtUtils::MakeMaker;
 use IO::File;
@@ -138,7 +138,8 @@ if ($sys eq "win32") {
     use File::Copy qw(copy);
     print "Using prebuilt fcgi_config.h file for Windows\n";
     unlink("fcgi_config.h");
-    die $! unless copy("fcgi_config_x86.h","fcgi_config.h");
+    $prefix = '.' unless $prefix;
+    die $! unless copy("$prefix/fcgi_config_x86.h","fcgi_config.h");
 
     # Win can't deal with existence of FCGI.xs or absence of FCGI.c
     unlink("FCGI.xs");