1
0
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:
Sébastien Helleu
2023-12-04 21:21:49 +01:00
parent d6ccfb5862
commit a39a1832a1
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -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)