Skip to content

Commit 2986f42

Browse files
committed
Put [] around default value for port number.
1 parent af6ef30 commit 2986f42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ Optional Packages:
880880
--with-includes=DIRS look for additional header files in DIRS
881881
--with-libraries=DIRS look for additional libraries in DIRS
882882
--with-libs=DIRS alternative spelling of --with-libraries
883-
--with-pgport=PORTNUM change default port number 5432
883+
--with-pgport=PORTNUM change default port number [5432]
884884
--with-tcl build Tcl modules (PL/Tcl)
885885
--with-tclconfig=DIR tclConfig.sh is in DIR
886886
--with-perl build Perl modules (PL/Perl)

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.436 2005/12/06 18:35:09 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.437 2005/12/08 21:29:25 petere Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -166,7 +166,7 @@ AC_SUBST(WANTED_LANGUAGES)
166166
# Default port number (--with-pgport), default 5432
167167
#
168168
AC_MSG_CHECKING([for default port number])
169-
PGAC_ARG_REQ(with, pgport, [ --with-pgport=PORTNUM change default port number [5432]],
169+
PGAC_ARG_REQ(with, pgport, [ --with-pgport=PORTNUM change default port number [[5432]]],
170170
[default_port=$withval],
171171
[default_port=5432])
172172
AC_MSG_RESULT([$default_port])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy