summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2010-09-17 20:30:48 +0000
committerOscar Fuentes <ofv@wanadoo.es>2010-09-17 20:30:48 +0000
commitc141acc698c1d30882e0016e958a86303951a4d9 (patch)
tree6455b632219166c2ff81df219c3d0856d8563f76 /cmake
parentc0911c3b3e2364e7dbf1db2a5a6e26269dd7a58c (diff)
cmake: test for the presence of fenv.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114205 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/config-ix.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index f75e5dfb265..e3aa10cf710 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -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 )