emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106063: * configure.in: Remove check


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106063: * configure.in: Remove check for -lintl (Bug#9713).
Date: Tue, 11 Oct 2011 23:56:23 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106063
fixes bug(s): http://debbugs.gnu.org/9713
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2011-10-11 23:56:23 -0700
message:
  * 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.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-10-07 21:15:00 +0000
+++ b/ChangeLog 2011-10-12 06:56:23 +0000
@@ -1,3 +1,12 @@
+2011-10-12  Paul Eggert  <address@hidden>
+
+       * 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.
+
 2011-10-07  Paul Eggert  <address@hidden>
 
        Merge from gnulib, fixing some 'configure' typos (Bug#9696).

=== modified file 'configure.in'
--- a/configure.in      2011-10-07 07:23:44 +0000
+++ b/configure.in      2011-10-12 06:56:23 +0000
@@ -3008,10 +3008,6 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]