summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1997-11-07 23:19:12 +0000
committerPaul Eggert <eggert@twinsun.com>1997-11-07 23:19:12 +0000
commit6196626c58a6f5018f97ee647291e54aae52726a (patch)
treef3bd445bf37d3a3601eb2bca4803e90a3e1c8419 /configure.in
parent51b9e0c3d216c290323578dba96321e8f8210338 (diff)
downloademacs-6196626c58a6f5018f97ee647291e54aae52726a.tar.gz
(AC_CHECK_LIB): Add -lintl.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
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