Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-23 02:29:56 +0300
committerGitHub <noreply@github.com>2020-01-23 02:29:56 +0300
commita6f2903d58270bf022454ba18b4f3d31a3671e52 (patch)
treed6faf442f3bd0c24df86b2270638e4983aac59c8 /configure.ac
parentb278d88a5f13f2a53bdb342e0936eddb3500595e (diff)
configure.ac: remove AC_SEARCH_LIBS for libintl (#18531)
This causes an additional dependency of mono on libintl which we didn't have before. Reported by a user on gitter, it's problematic on macOS since it makes the mono binary depend on the libintl we ship in the Mono .pkg. It was introduced in Mono 6.6 by https://github.com/mono/mono/commit/18e0ebfe89be0a175d2f904b9bb1ec6816daa318
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 7a038f59e9f..410592c65db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2948,13 +2948,6 @@ if test x$host_win32 = xno; then
AC_CHECK_FUNCS(shm_open)
dnl ********************************
- dnl *** Checks for gettext lib ***
- dnl ********************************
- # This is needed for some hackery for AIX;
- # Mono itself doesn't use it, but DllMap includes it
- AC_SEARCH_LIBS([gettext], [intl])
-
- dnl ********************************
dnl *** Checks for timezone stuff **
dnl ********************************
AC_CACHE_CHECK(for tm_gmtoff in struct tm, ac_cv_struct_tm_gmtoff,