mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
fix syntax error
This commit is contained in:
parent
a8c1062a11
commit
d5d89629ca
|
|
@ -814,7 +814,7 @@ sub GetFakeConfigure
|
|||
$cfg .= ' --with-perl' if ($self->{options}->{perl});
|
||||
$cfg .= ' --with-python' if ($self->{options}->{python});
|
||||
my $port = $self->{options}->{'--with-pgport'};
|
||||
$cfg .= " --with-pgport=$port" if defined($port)
|
||||
$cfg .= " --with-pgport=$port" if defined($port);
|
||||
|
||||
return $cfg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user