From: Paul Eggert Date: Fri, 7 Nov 1997 23:19:12 +0000 (+0000) Subject: (AC_CHECK_LIB): Add -lintl. X-Git-Tag: emacs-20.3~2853 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c4510052120cf127231bc7049ccbf53b3dca5667;p=emacs.git (AC_CHECK_LIB): Add -lintl. --- diff --git a/configure.in b/configure.in index b0ad775f183..1adb6134d6b 100644 --- a/configure.in +++ b/configure.in @@ -1610,6 +1610,10 @@ if test "${with_kerberos+set}" = set; then AC_CHECK_HEADERS(com_err.h) fi +# Solaris requires -lintl if you want strerror (which calls dgettext) +# to return localized messages. +AC_CHECK_LIB(intl, dgettext) + AC_MSG_CHECKING(whether localtime caches TZ) AC_CACHE_VAL(emacs_cv_localtime_cache, [if test x$ac_cv_func_tzset = xyes; then