mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 10:38:46 +00:00
Regenerated after fixing typo.
llvm-svn: 17303
This commit is contained in:
parent
b265974abc
commit
e2b2076b46
4
configure
vendored
4
configure
vendored
@ -23063,10 +23063,10 @@ fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_func_finite_in_ieeefp_h" >&5
|
||||
echo "${ECHO_T}$ac_cv_func_finite_in_ieeefp_h" >&6
|
||||
|
||||
if test "$ac_cv_func_finite_in_ieefp_h" = "yes" ; then
|
||||
if test "$ac_cv_func_finite_in_ieeefp_h" = "yes" ; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_FINITE_IN_IEEFP_H 1
|
||||
#define HAVE_FINITE_IN_IEEEFP_H 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
@ -40,7 +40,7 @@
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
/* Set to 1 if the finite function is found in <ieeefp.h> */
|
||||
#undef HAVE_FINITE_IN_IEEFP_H
|
||||
#undef HAVE_FINITE_IN_IEEEFP_H
|
||||
|
||||
/* Does not have forward iterator */
|
||||
#undef HAVE_FWD_ITERATOR
|
||||
|
Loading…
Reference in New Issue
Block a user