We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3b93fba commite687c4cCopy 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/0416:34:43 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.9 2007/04/0418:45:59 adunstan Exp $
7
8
use strict;
9
use warnings;
@@ -226,6 +226,7 @@ sub CopyContribFiles
226
nextif ($d =~/^\./);
227
nextunless (-f"contrib/$d/Makefile");
228
nextif ($deq"sslinfo" && !defined($config->{openssl}));
229
+nextif ($deq"xml2" && !defined($config->{xml}));
230
231
my$mf = read_file("contrib/$d/Makefile");
232
$mf =~s{\\s*[\r\n]+}{}mg;