mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
fix syntax error
This commit is contained in:
parent
ae3ef85693
commit
40a05cf245
@ -899,7 +899,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…
x
Reference in New Issue
Block a user