aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2012-09-14 15:01:19 -0700
committerPaul Eggert <[email protected]>2012-09-14 15:01:19 -0700
commit2af0342954599918f739d981e8151f7e8a46c3c6 (patch)
tree4eadf341a552603165d813608ae8765e794a1fd8 /ChangeLog
parente3141fcf8456dc1ec7455e34437ac09f0c812ac9 (diff)
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 b0f6ab6e98..3e662edb6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2012-09-14 Paul Eggert <[email protected]>
+ * configure.ac (--without-sync-input): Fix typo in usage message.
+
* configure.ac: Port to hosts lacking gtk.
(PKG_CHECK_MODULES): Capture pkg-config diagnostics
better, in particular, problems in invoking pkg-config itself.