1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Put [] around default value for port number.

This commit is contained in:
Peter Eisentraut
2005-12-08 21:29:25 +00:00
parent af6ef3028d
commit 2986f42984
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -880,7 +880,7 @@ Optional Packages:
--with-includes=DIRS look for additional header files in DIRS
--with-libraries=DIRS look for additional libraries in DIRS
--with-libs=DIRS alternative spelling of --with-libraries
--with-pgport=PORTNUM change default port number 5432
--with-pgport=PORTNUM change default port number [5432]
--with-tcl build Tcl modules (PL/Tcl)
--with-tclconfig=DIR tclConfig.sh is in DIR
--with-perl build Perl modules (PL/Perl)