Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2986f42

Browse files
committed
Put [] around default value for port number.
1 parentaf6ef30 commit2986f42

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)

[8]ページ先頭

©2009-2025 Movatter.jp