Author: turnstep
Date: Tue Apr 8 09:44:12 2008
New Revision: 11059
Modified:
DBD-Pg/trunk/Makefile.PL
Log:
Test to address concerns in bug 34764.
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Tue Apr 8 09:44:12 2008
@@ -238,7 +238,8 @@
my $output = WriteMakefile(%opts);
-if (!exists $output->{EXTRALIBS} or $output->{EXTRALIBS} !~ /\-lpq/) {
+if ($os !~ /Win32/ and
+ (!exists $output->{EXTRALIBS} or $output->{EXTRALIBS} !~ /\-lpq/)) {
my $makefile = exists $output->{MAKEFILE}
? "\nRemoving ($output->{MAKEFILE})\n" : '';