From: Reid Spencer Date: Thu, 28 Oct 2004 05:04:20 +0000 (+0000) Subject: Make sure we test the right variable for the AC_DEFINE X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cd9bbdd3ea3d81bf18adafee2ee935d42ecfdc27;p=oota-llvm.git Make sure we test the right variable for the AC_DEFINE git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17302 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/m4/func_isinf.m4 b/autoconf/m4/func_isinf.m4 index 1286a7a0236..c936bf920d0 100644 --- a/autoconf/m4/func_isinf.m4 +++ b/autoconf/m4/func_isinf.m4 @@ -27,7 +27,7 @@ fi AC_SINGLE_CXX_CHECK([ac_cv_func_finite_in_ieeefp_h], [finite], [], [float f; finite(f);]) -if test "$ac_cv_func_finite_in_ieefp_h" = "yes" ; then +if test "$ac_cv_func_finite_in_ieeefp_h" = "yes" ; then AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in ]) fi