summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian2007-01-02 21:25:50 +0000
committerBruce Momjian2007-01-02 21:25:50 +0000
commitcac2d912d97321bf43b2d6c50fa67154763ce5c5 (patch)
tree3d21fba78c1f9b2288c084da7e9d513345ec36a7 /configure.in
parent2955f1ebf4a9cfae7e8118180811f589b4cd74ff (diff)
finite() no longer used; remove finite() platform-specific
infrastructure.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.in b/configure.in
index 1391525acfc..e3764327b04 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.493 2006/12/21 16:05:12 petere Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.494 2007/01/02 21:25:50 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -1033,17 +1033,6 @@ if test "$with_readline" = yes; then
fi
-dnl Cannot use AC_CHECK_FUNC because finite may be a macro
-AC_MSG_CHECKING(for finite)
-AC_TRY_LINK([
-#include <math.h>
-double glob_double;
-],
- [return finite(glob_double) ? 0 : 1;],
- [AC_DEFINE(HAVE_FINITE, 1, [Define to 1 if you have finite().])
-AC_MSG_RESULT(yes)],
- [AC_MSG_RESULT(no)])
-
dnl Cannot use AC_CHECK_FUNC because sigsetjmp may be a macro
dnl (especially on GNU libc)
dnl See also comments in c.h.