summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-01-21 19:51:45 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-01-21 19:51:45 +0100
commit1edabb98f5b95a5df924ea04583e39af07f1423d (patch)
treefb8717350e9482863677d09211bd7ec5fd8ddd74 /src/core
parent2dea08aba8147a5d77dc3863fc53da40aefa23e4 (diff)
downloadweechat-1edabb98f5b95a5df924ea04583e39af07f1423d.zip
core: remove obsolete/unneeded check of headers and functions in cmake and configure
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index e4e42b99c..9122f4234 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -47,7 +47,6 @@ wee-version.c wee-version.h)
# Check for flock support
INCLUDE(CheckSymbolExists)
-CHECK_INCLUDE_FILES("sys/file.h" HAVE_SYS_FILE_H)
CHECK_SYMBOL_EXISTS(flock "sys/file.h" HAVE_FLOCK)
IF(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")