diff options
| author | Paul Eggert | 2011-10-11 23:56:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-11 23:56:23 -0700 |
| commit | f4cc5b5416958b1ddf5c3b855f68b43005ba8c4f (patch) | |
| tree | 056b92a5635cb5da3f01c85b81efe7c2df382396 /ChangeLog | |
| parent | 6e4b3fbe6d9b580ac32f78590eb14aa9dff90b22 (diff) | |
| download | emacs-f4cc5b5416958b1ddf5c3b855f68b43005ba8c4f.tar.gz emacs-f4cc5b5416958b1ddf5c3b855f68b43005ba8c4f.zip | |
* 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 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-10-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * configure.in: Remove check for -lintl (Bug#9713). | ||
| 4 | The check breaks 'configure' in some CentOS 5.7 x86 configurations. | ||
| 5 | The check was helpful but not essential in Solaris 2.6 (1997), | ||
| 6 | and is no longer needed in Solaris 8 (2000). Solaris 2.6 is | ||
| 7 | obsolete -- Sun dropped support for it in 2006 -- and without | ||
| 8 | access to that Silurian platform we can't maintain the code anyway. | ||
| 9 | |||
| 1 | 2011-10-07 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2011-10-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | Merge from gnulib, fixing some 'configure' typos (Bug#9696). | 12 | Merge from gnulib, fixing some 'configure' typos (Bug#9696). |