aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-14 15:01:19 -0700
committerPaul Eggert2012-09-14 15:01:19 -0700
commit2af0342954599918f739d981e8151f7e8a46c3c6 (patch)
tree4eadf341a552603165d813608ae8765e794a1fd8 /ChangeLog
parente3141fcf8456dc1ec7455e34437ac09f0c812ac9 (diff)
downloademacs-2af0342954599918f739d981e8151f7e8a46c3c6.tar.gz
emacs-2af0342954599918f739d981e8151f7e8a46c3c6.zip
Fix glitches with 'configure --without-sync-input'.
* configure.ac (--without-sync-input): Fix typo in usage message. * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]: Include "syssignal.h", for 'main_thread'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0f6ab6e984..3e662edb6bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
12012-09-14 Paul Eggert <eggert@cs.ucla.edu> 12012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * configure.ac (--without-sync-input): Fix typo in usage message.
4
3 * configure.ac: Port to hosts lacking gtk. 5 * configure.ac: Port to hosts lacking gtk.
4 (PKG_CHECK_MODULES): Capture pkg-config diagnostics 6 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
5 better, in particular, problems in invoking pkg-config itself. 7 better, in particular, problems in invoking pkg-config itself.