summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-04-02 17:17:29 +0000
committerNico Weber <nicolasweber@gmx.de>2018-04-02 17:17:29 +0000
commitb96411e42907531d9f0364ce9f90ccae365dcaf8 (patch)
tree5b8ae50df03388f42322ed428bf30e3943a07e93 /cmake
parent6c25c75a694f78e93a2b5b3e4f36d49a9dbc6fe6 (diff)
Remove HAVE_DIRENT_H.
The autoconf manual: "This macro is obsolescent, as all current systems with directory libraries have <dirent.h>. New programs need not use this macro." git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config-ix.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 6cbf2ace95b..a7dc805ee27 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -26,7 +26,6 @@ if( CMAKE_SYSTEM MATCHES "FreeBSD-9.2-RELEASE" AND
endif()
# include checks
-check_include_file(dirent.h HAVE_DIRENT_H)
check_include_file(dlfcn.h HAVE_DLFCN_H)
check_include_file(errno.h HAVE_ERRNO_H)
check_include_file(fcntl.h HAVE_FCNTL_H)