We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a65e3 commit ea7f18dCopy full SHA for ea7f18d
src/tools/msvc/Solution.pm
@@ -3,7 +3,7 @@ package Solution;
3
#
4
# Package that encapsulates a Visual C++ solution file generation
5
6
-# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.24 2007/05/15 00:15:01 adunstan Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.25 2007/05/15 01:57:57 adunstan Exp $
7
8
use Carp;
9
use strict;
@@ -125,7 +125,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
125
print O "#define HAVE_KRB5_TICKET_ENC_PART2 1\n";
126
print O "#define PG_KRB_SRVNAM \"postgres\"\n";
127
}
128
- if (my $port = $self->{options}->{--with-pgport})
+ if (my $port = $self->{options}->{"--with-pgport"})
129
{
130
print O "#define DEF_PGPORT $port\n";
131
print O "#define DEF_PGPORT_STR \"$port\"\n";
0 commit comments