forked from OSchip/llvm-project
Make sure we test the right variable for the AC_DEFINE
llvm-svn: 17302
This commit is contained in:
parent
591f5d6622
commit
cae2d8a951
|
@ -27,7 +27,7 @@ fi
|
||||||
AC_SINGLE_CXX_CHECK([ac_cv_func_finite_in_ieeefp_h],
|
AC_SINGLE_CXX_CHECK([ac_cv_func_finite_in_ieeefp_h],
|
||||||
[finite], [<ieeefp.h>],
|
[finite], [<ieeefp.h>],
|
||||||
[float f; finite(f);])
|
[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 <ieeefp.h>])
|
AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue