From 2986f42984cd0adcbb10ee1932ea7ff643bfbb27 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 8 Dec 2005 21:29:25 +0000 Subject: Put [] around default value for port number. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 98f4034704..7d2255d5f3 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) -- cgit v1.2.1