configure.ac: remove AC_SEARCH_LIBS for libintl
authormonojenkins <releng@xamarin.com>
Wed, 22 Jan 2020 20:28:45 +0000 (20:28 +0000)
committermonojenkins <releng@xamarin.com>
Wed, 22 Jan 2020 20:28:45 +0000 (20:28 +0000)
commit80d161f77454cd36f9dc6f18ad6c42e0b67ab8f4
tree8bf86695d215f413af8873a5e892ca167b7f3393
parent6eb3edf818ced06d698c4148520a86a54c5f427c
configure.ac: remove AC_SEARCH_LIBS for libintl

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
src/mono/configure.ac