aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-23 19:40:23 -0700
committerPaul Eggert2011-10-23 19:40:23 -0700
commite782cfabe70f10d62c0a1eb6f1eeed74a86d6c2d (patch)
treead4b64b47e52b7af24ed5433d626f54a11583fae /ChangeLog
parent08c7586636dca746d777865287f7c92cfaffd92b (diff)
downloademacs-e782cfabe70f10d62c0a1eb6f1eeed74a86d6c2d.tar.gz
emacs-e782cfabe70f10d62c0a1eb6f1eeed74a86d6c2d.zip
* configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
if the library is found. Otherwise, later configure-time tests, such as the test for pthread_sigmask, generate the wrong results on some platforms. Problem reported for FreeBSD by Nali Toja.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b9a7176b05..ade71ae09a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12011-10-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
4 if the library is found. Otherwise, later configure-time tests,
5 such as the test for pthread_sigmask, generate the wrong results
6 on some platforms. Problem reported for FreeBSD by Nali Toja.
7
12011-10-20 Paul Eggert <eggert@cs.ucla.edu> 82011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794) 10 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)