aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-06-29 20:43:30 -0700
committerGlenn Morris2010-06-29 20:43:30 -0700
commita46007e939dcdb94301d4ea6eb94539cfa580e1d (patch)
treec27b46af22c17368b54715c8d05c9d4d7be7b466 /ChangeLog
parente7586c7a671ea10004afc3d8e48718eed8c7ce26 (diff)
downloademacs-a46007e939dcdb94301d4ea6eb94539cfa580e1d.tar.gz
emacs-a46007e939dcdb94301d4ea6eb94539cfa580e1d.zip
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
Set with AC_DEFINE rather than AH_BOTTOM. * src/s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now. * admin/CPP-DEFINES: Remove INHIBIT_X11R6_XIM. * configure, src/config.in: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7f52eb6ed6..c6564b91604 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
12010-06-30 Glenn Morris <rgm@gnu.org> 12010-06-30 Glenn Morris <rgm@gnu.org>
2 2
3 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
4 Set with AC_DEFINE rather than AH_BOTTOM.
5
3 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC): 6 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
4 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS): 7 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
5 Set with shell, not cpp. 8 Set with shell, not cpp.