diff options
author | Peter Eisentraut | 2005-12-08 21:29:25 +0000 |
---|---|---|
committer | Peter Eisentraut | 2005-12-08 21:29:25 +0000 |
commit | 2986f42984cd0adcbb10ee1932ea7ff643bfbb27 (patch) | |
tree | 00e2158a432f8e28e9ff8c25262474c158a2f0a0 /configure | |
parent | af6ef3028d2ac3cfa6e7f5951804b5cc6a9fce05 (diff) |
Put [] around default value for port number.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 98f40347046..7d2255d5f39 100755 --- a/configure +++ b/configure @@ -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) |