1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat

This commit is contained in:
Sebastien Helleu
2008-10-27 11:35:17 +01:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ wee-util.c wee-util.h)
INCLUDE(CheckSymbolExists)
CHECK_INCLUDE_FILES("sys/file.h" HAVE_SYS_FILE_H)
CHECK_SYMBOL_EXISTS(flock "sys/file.h" HAVE_FLOCK)
CHECK_SYMBOL_EXISTS(backtrace "execinfo.h" HAVE_BACKTRACE)
IF(GNUTLS_FOUND)
INCLUDE_DIRECTORIES(${GNUTLS_INCLUDE_PATH})