Fix for SNPRINTF test in configure

From: Tom Lane <tgl@sss.pgh.pa.us>
This commit is contained in:
Marc G. Fournier 1998-08-19 00:16:04 +00:00
parent 1a77894d46
commit 31de2c9461
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -4086,7 +4086,7 @@ EOF
else
echo "$ac_t""no" 1>&6
ISINF='snprintf.o'
SNPRINTF='snprintf.o'
fi

View File

@ -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),