aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-03-04 18:39:05 -0800
committerPaul Eggert2014-03-04 18:39:05 -0800
commit59587ee4559e791138ea55181834ca4cdd4e8270 (patch)
tree6a518fbbcfd4d9e6ad6b74742a34b0dbac72f378 /ChangeLog
parent94a089b5f873837a369a176c114430e0fd0bee05 (diff)
downloademacs-59587ee4559e791138ea55181834ca4cdd4e8270.tar.gz
emacs-59587ee4559e791138ea55181834ca4cdd4e8270.zip
Fix configuration bug on Solaris 2.5.1.
* configure.ac: Fix a bug in shell pattern matching that caused 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later. Fixes: debbugs:16896
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b071411f15..ed49b2c5e45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12014-03-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix configuration bug on Solaris 2.5.1 (Bug#16896).
4 * configure.ac: Fix a bug in shell pattern matching that caused
5 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
6
12014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu> 72014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
2 8
3 Merge from gnulib (Bug#16825). 9 Merge from gnulib (Bug#16825).