Commit 31de2c94 authored by Marc G. Fournier's avatar Marc G. Fournier

Fix for SNPRINTF test in configure

From: Tom Lane <tgl@sss.pgh.pa.us>
parent 1a77894d
......@@ -4086,7 +4086,7 @@ EOF
else
echo "$ac_t""no" 1>&6
ISINF='snprintf.o'
SNPRINTF='snprintf.o'
fi
......
......@@ -534,7 +534,7 @@ AC_CHECK_FUNCS(fp_class fp_class_d class)
AC_CHECK_FUNCS(sigprocmask waitpid setsid fcvt)
AC_CHECK_FUNC(snprintf,
AC_DEFINE(HAVE_SNPRINTF),
ISINF='snprintf.o')
SNPRINTF='snprintf.o')
AC_SUBST(SNPRINTF)
AC_CHECK_FUNC(isinf,
AC_DEFINE(HAVE_ISINF),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment