1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

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 else
echo "$ac_t""no" 1>&6 echo "$ac_t""no" 1>&6
ISINF='snprintf.o' SNPRINTF='snprintf.o'
fi 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_FUNCS(sigprocmask waitpid setsid fcvt)
AC_CHECK_FUNC(snprintf, AC_CHECK_FUNC(snprintf,
AC_DEFINE(HAVE_SNPRINTF), AC_DEFINE(HAVE_SNPRINTF),
ISINF='snprintf.o') SNPRINTF='snprintf.o')
AC_SUBST(SNPRINTF) AC_SUBST(SNPRINTF)
AC_CHECK_FUNC(isinf, AC_CHECK_FUNC(isinf,
AC_DEFINE(HAVE_ISINF), AC_DEFINE(HAVE_ISINF),