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

Commit3da3c04

Browse files
committed
Tidy overly long configure help lines.
1 parent853d1c3 commit3da3c04

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ Optional Features:
870870
--enable-depend turn on automatic dependency tracking
871871
--enable-cassert enable assertion checks (for debugging)
872872
--enable-thread-safety make client libraries thread-safe
873-
--enable-thread-safety-force force thread-safetyin spite of thread test failure
873+
--enable-thread-safety-force force thread-safetydespite thread test failure
874874
--disable-largefile omit support for large files
875875

876876
Optional Packages:
@@ -888,7 +888,7 @@ Optional Packages:
888888
--with-perl build Perl modules (PL/Perl)
889889
--with-python build Python modules (PL/Python)
890890
--with-krb5 build with Kerberos 5 support
891-
--with-krb-srvnam=NAMEname of thedefault service principal in Kerberos [postgres]
891+
--with-krb-srvnam=NAME default service principal name in Kerberos [postgres]
892892
--with-pam build with PAM support
893893
--with-ldap build with LDAP support
894894
--with-bonjour build with Bonjour support

‎configure.in

Lines changed: 3 additions & 3 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.514 2007/05/0415:20:52 tgl Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.515 2007/06/0421:55:43 adunstan Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -423,7 +423,7 @@ else
423423
PGAC_ARG_BOOL(enable, thread-safety, yes, [ --enable-thread-safety make client libraries thread-safe])
424424
fi
425425

426-
PGAC_ARG_BOOL(enable, thread-safety-force, no, [ --enable-thread-safety-force force thread-safetyin spite of thread test failure])
426+
PGAC_ARG_BOOL(enable, thread-safety-force, no, [ --enable-thread-safety-force force thread-safetydespite thread test failure])
427427
if test "$enable_thread_safety" = yes -o \
428428
"$enable_thread_safety_force" = yes; then
429429
enable_thread_safety="yes"# for 'force'
@@ -482,7 +482,7 @@ AC_SUBST(krb_srvtab)
482482
# Kerberos configuration parameters
483483
#
484484
PGAC_ARG_REQ(with, krb-srvnam,
485-
[ --with-krb-srvnam=NAMEname of thedefault service principal in Kerberos [[postgres]]],
485+
[ --with-krb-srvnam=NAME default service principal name in Kerberos [[postgres]]],
486486
[],
487487
[with_krb_srvnam="postgres"])
488488
AC_DEFINE_UNQUOTED([PG_KRB_SRVNAM], ["$with_krb_srvnam"],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp