mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(AC_CHECK_LIB): Add -lintl.
This commit is contained in:
parent
4adf062e0a
commit
c451005212
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue