diff options
| author | Bruce Momjian | 2007-01-02 21:25:50 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2007-01-02 21:25:50 +0000 |
| commit | cac2d912d97321bf43b2d6c50fa67154763ce5c5 (patch) | |
| tree | 3d21fba78c1f9b2288c084da7e9d513345ec36a7 /configure.in | |
| parent | 2955f1ebf4a9cfae7e8118180811f589b4cd74ff (diff) | |
finite() no longer used; remove finite() platform-specific
infrastructure.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 13 |
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. |
