Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b93fba commit e687c4cCopy full SHA for e687c4c
src/tools/msvc/Install.pm
@@ -3,7 +3,7 @@ package Install;
3
#
4
# Package that provides 'make install' functionality for msvc builds
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.8 2007/04/04 16:34:43 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.9 2007/04/04 18:45:59 adunstan Exp $
7
8
use strict;
9
use warnings;
@@ -226,6 +226,7 @@ sub CopyContribFiles
226
next if ($d =~ /^\./);
227
next unless (-f "contrib/$d/Makefile");
228
next if ($d eq "sslinfo" && !defined($config->{openssl}));
229
+ next if ($d eq "xml2" && !defined($config->{xml}));
230
231
my $mf = read_file("contrib/$d/Makefile");
232
$mf =~ s{\\s*[\r\n]+}{}mg;
0 commit comments