diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-07-28 14:16:53 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-07-28 14:16:53 +0200 |
commit | ffdba5b2488995dd81ee3ba608421ab470d3b33e (patch) | |
tree | d75c5937662a40dee9b3940f932b8f4173557c46 /src/plugins | |
parent | b7b4a7093e64b6b64c8cc803dd63dc57dcdae52f (diff) | |
download | weechat-ffdba5b2488995dd81ee3ba608421ab470d3b33e.zip |
Remove check of Tcl_CreateNamespace in cmake build (not used any more) (bug #27119)
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/scripts/tcl/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/scripts/tcl/CMakeLists.txt b/src/plugins/scripts/tcl/CMakeLists.txt index 05914d113..58cbaa27f 100644 --- a/src/plugins/scripts/tcl/CMakeLists.txt +++ b/src/plugins/scripts/tcl/CMakeLists.txt @@ -22,7 +22,6 @@ SET_TARGET_PROPERTIES(tcl PROPERTIES PREFIX "") IF(TCL_FOUND) SET(CMAKE_REQUIRED_INCLUDES "${TCL_INCLUDE_PATH}") SET(CMAKE_REQUIRED_LIBRARIES "${TCL_LIBRARY}") - CHECK_SYMBOL_EXISTS(Tcl_CreateNamespace tcl.h HAVE_TCL_CREATE_NS) INCLUDE_DIRECTORIES(${TCL_INCLUDE_PATH}) SET(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${TCL_LFLAGS}") |