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 c828a72 commit bb18bc2Copy full SHA for bb18bc2
src/tools/msvc/Solution.pm
@@ -1173,7 +1173,7 @@ sub GetFakeConfigure
1173
$cfg .= ' --with-perl' if ($self->{options}->{perl});
1174
$cfg .= ' --with-python' if ($self->{options}->{python});
1175
my $port = $self->{options}->{'--with-pgport'};
1176
- $cfg .= " --with-pgport=$port" if defined($port)
+ $cfg .= " --with-pgport=$port" if defined($port);
1177
1178
return $cfg;
1179
}
0 commit comments