summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-07-21 03:14:51 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-07-21 03:14:51 +0000
commit3869b27ba7c23d388607115022de1ee1ca428090 (patch)
tree22d26797f274657df4f9d0d9d0435d6b3352c625 /autoconf
parent4cc02ac6526014ab46caabac8724ec7db0d49f9e (diff)
Add call to check for isinf().
Patch contributed by Bill Wendling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15053 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index abece9f0d9c..89a4eef4f73 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -278,6 +278,7 @@ AC_CXX_HAVE_BI_ITERATOR
AC_CXX_HAVE_FWD_ITERATOR
AC_FUNC_ISNAN
+AC_FUNC_ISINF
dnl Checks for library functions.
AC_FUNC_ALLOCA