mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
Revert "core: fix detection of gettext headers on Darwin (closes #2031)"
This reverts commit 80fa597a71.
This commit is contained in:
@@ -43,10 +43,6 @@ find_path(LIBINTL_INCLUDE
|
||||
|
||||
set(CMAKE_REQUIRED_INCLUDES ${LIBINTL_INCLUDE})
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
set(CMAKE_REQUIRED_FLAGS "-lintl")
|
||||
endif()
|
||||
|
||||
check_include_files(libintl.h HAVE_LIBINTL_H)
|
||||
|
||||
if(NOT HAVE_LIBINTL_H)
|
||||
|
||||
Reference in New Issue
Block a user