Skip to content

Commit 8ba5169

Browse files
committed
Use test && test rather than test -a, per Peter.
1 parent f8aca04 commit 8ba5169

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/02 14:48:22 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.405 2005/03/02 15: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)
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