mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -14527,7 +14527,8 @@ fi
|
||||
|
||||
|
||||
# Force use of our snprintf if system's doesn't do arg control
|
||||
if test $pgac_need_repl_snprintf = no; then
|
||||
# This feature is used by NLS
|
||||
if test "$enable_nls" = yes -a $pgac_need_repl_snprintf = no; then
|
||||
echo "$as_me:$LINENO: checking whether printf supports argument control" >&5
|
||||
echo $ECHO_N "checking whether printf supports argument control... $ECHO_C" >&6
|
||||
if test "${pgac_cv_printf_arg_control+set}" = set; then
|
||||
|
Reference in New Issue
Block a user