aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-03 23:25:44 -0700
committerPaul Eggert2012-09-03 23:25:44 -0700
commit7b6c362efe6e32b6a3a68f6f827c9cc558a2fcf0 (patch)
tree09a9bc85534fcd644a627caa564463544c19934b /ChangeLog
parent6578b4d8428cf00cd5a2f452bfc3099c95f0981a (diff)
downloademacs-7b6c362efe6e32b6a3a68f6f827c9cc558a2fcf0.tar.gz
emacs-7b6c362efe6e32b6a3a68f6f827c9cc558a2fcf0.zip
* configure.ac (_setjmp, _longjmp): Check by compiling
instead of by guessing. The guesses were wrong for recent versions of Solaris, such as Solaris 11.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fb825ccdda..a6b66dbc3e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac (_setjmp, _longjmp): Check by compiling
4 instead of by guessing. The guesses were wrong for
5 recent versions of Solaris, such as Solaris 11.
6
12012-09-03 Paul Eggert <eggert@cs.ucla.edu> 72012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init. 9 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.