Skip to content

Commit

Permalink
configure.ac: remove AC_SEARCH_LIBS for libintl (dotnet#2027)
Browse files Browse the repository at this point in the history
configure.ac: remove AC_SEARCH_LIBS for libintl
  • Loading branch information
marek-safar authored Jan 22, 2020
2 parents a412911 + 80d161f commit 62c0034
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/mono/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2947,13 +2947,6 @@ if test x$host_win32 = xno; then
AC_SEARCH_LIBS(shm_open, pthread rt posix4)
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 ********************************
Expand Down

0 comments on commit 62c0034

Please sign in to comment.