summaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-02 00:04:08 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-02 00:04:08 +0000
commite6e364088ac5c980e3fb99300ba74cc26296000b (patch)
tree1ba56773b0a04d45921d9019a166d27b378922a5 /src/configure.in
parent79f99a3888ab3e6a934da47b36d912f9723e1415 (diff)
downloadpostgresql-e6e364088ac5c980e3fb99300ba74cc26296000b.tar.gz
Move all the isinf() stuff from float.c to isinf.c, and build it according to
configure vs port specific #ifdef's...
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/configure.in b/src/configure.in
index db68300621..c29a37306b 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -433,7 +433,7 @@ AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(limits.h unistd.h termios.h values.h sys/select.h)
AC_CHECK_HEADERS(sys/resource.h netdb.h arpa/inet.h)
AC_CHECK_HEADERS(readline.h history.h dld.h crypt.h endian.h float.h)
-AC_CHECK_HEADERS(readline/history.h)
+AC_CHECK_HEADERS(readline/history.h ieeefp.h fp_class.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
@@ -465,7 +465,8 @@ AC_PROG_GCC_TRADITIONAL
AC_FUNC_MEMCMP
AC_TYPE_SIGNAL
AC_FUNC_VPRINTF
-AC_CHECK_FUNCS(tzset vfork memmove sigsetjmp kill sysconf)
+AC_CHECK_FUNCS(tzset vfork memmove sigsetjmp kill sysconf fpclass)
+AC_CHECK_FUNCS(fp_class fp_class_d class)
AC_CHECK_FUNCS(sigprocmask waitpid setsid fcvt)
AC_CHECK_FUNC(isinf,
AC_DEFINE(HAVE_ISINF),