1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

core: remove obsolete/unneeded check of headers and functions in cmake and configure

This commit is contained in:
Sebastien Helleu
2013-01-21 19:51:45 +01:00
parent 2dea08aba8
commit 1edabb98f5
4 changed files with 2 additions and 56 deletions
-1
View File
@@ -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")