another attempt
skimo [Thu, 27 Sep 2001 12:11:40 +0000 (12:11 +0000)]
perl/Makefile.PL

index 2918b44..a7deac4 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.31 2001/09/26 21:14:49 skimo Exp $
+# $Id: Makefile.PL,v 1.32 2001/09/27 12:11:40 skimo Exp $
 
 use ExtUtils::MakeMaker;
 use IO::File;
@@ -138,8 +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");
-    $prefix = '.' unless $prefix;
-    die $! unless copy("$prefix/fcgi_config_x86.h","fcgi_config.h");
+    my $confdir = $prefix ? "$prefix/include/" : '';
+    die $! unless copy("$confdir/fcgi_config_x86.h","fcgi_config.h");
 
     # Win can't deal with existence of FCGI.xs or absence of FCGI.c
     unlink("FCGI.xs");