1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

cmake: test for the presence of fenv.h

llvm-svn: 114205
This commit is contained in:
Oscar Fuentes 2010-09-17 20:30:48 +00:00
parent 026811c86f
commit 2a81c4abe0

View File

@ -69,6 +69,7 @@ check_include_file(unistd.h HAVE_UNISTD_H)
check_include_file(utime.h HAVE_UTIME_H)
check_include_file(valgrind/valgrind.h HAVE_VALGRIND_VALGRIND_H)
check_include_file(windows.h HAVE_WINDOWS_H)
check_include_file(fenv.h HAVE_FENV_H)
# library checks
if( NOT LLVM_ON_WIN32 )