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

Commit8ba5169

Browse files
committed
Use test && test rather than test -a, per Peter.
1 parentf8aca04 commit8ba5169

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
@@ -14528,7 +14528,7 @@ fi
1452814528

1452914529
# Force use of our snprintf if system's doesn't do arg control
1453014530
# This feature is used by NLS
14531-
if test "$enable_nls" = yes-a $pgac_need_repl_snprintf = no; then
14531+
if test "$enable_nls" = yes&& test $pgac_need_repl_snprintf = no; then
1453214532
echo "$as_me:$LINENO: checking whether printf supports argument control" >&5
1453314533
echo $ECHO_N "checking whether printf supports argument control... $ECHO_C" >&6
1453414534
if test "${pgac_cv_printf_arg_control+set}" = set; then

‎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.404 2005/03/0214:48:22 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.405 2005/03/0215:42:35 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1068,7 +1068,7 @@ AC_MSG_ERROR([[
10681068

10691069
# Force use of our snprintf if system's doesn't do arg control
10701070
# This feature is used by NLS
1071-
if test "$enable_nls" = yes-a $pgac_need_repl_snprintf = no; then
1071+
if test "$enable_nls" = yes&& test $pgac_need_repl_snprintf = no; then
10721072
PGAC_FUNC_PRINTF_ARG_CONTROL
10731073
if test $pgac_cv_printf_arg_control != yes ; then
10741074
pgac_need_repl_snprintf=yes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp