summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-10-11 23:56:23 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-10-11 23:56:23 -0700
commitf4cc5b5416958b1ddf5c3b855f68b43005ba8c4f (patch)
tree056b92a5635cb5da3f01c85b81efe7c2df382396 /configure.in
parent6e4b3fbe6d9b580ac32f78590eb14aa9dff90b22 (diff)
downloademacs-f4cc5b5416958b1ddf5c3b855f68b43005ba8c4f.tar.gz
* configure.in: Remove check for -lintl (Bug#9713).
The check breaks 'configure' in some CentOS 5.7 x86 configurations. The check was helpful but not essential in Solaris 2.6 (1997), and is no longer needed in Solaris 8 (2000). Solaris 2.6 is obsolete -- Sun dropped support for it in 2006 -- and without access to that Silurian platform we can't maintain the code anyway.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 57cc4dcded8..4af95b99273 100644
--- a/configure.in
+++ b/configure.in
@@ -3008,10 +3008,6 @@ AC_SUBST(KRB5LIB)
AC_SUBST(DESLIB)
AC_SUBST(KRB4LIB)
-# 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