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 ae3ef85 commit 40a05cfCopy full SHA for 40a05cf
src/tools/msvc/Solution.pm
@@ -899,7 +899,7 @@ sub GetFakeConfigure
899
$cfg .= ' --with-perl' if ($self->{options}->{perl});
900
$cfg .= ' --with-python' if ($self->{options}->{python});
901
my $port = $self->{options}->{'--with-pgport'};
902
- $cfg .= " --with-pgport=$port" if defined($port)
+ $cfg .= " --with-pgport=$port" if defined($port);
903
904
return $cfg;
905
}
0 commit comments