summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-12-21 17:15:31 +0000
committerKarl Heuer <kwzh@gnu.org>1995-12-21 17:15:31 +0000
commit271d6c1c27da70780ac5fa01a0e43d62bb884435 (patch)
tree4e9c522e13d89f6d29061c0dc3a359d3b95a5552
parent77ae0fe32418de7cd79e6b6f12f7cb09abfc3079 (diff)
downloademacs-271d6c1c27da70780ac5fa01a0e43d62bb884435.tar.gz
[X11R5_INHIBIT_I18N]: Undef HAVE_X_I18N if X11R5.
-rw-r--r--src/xfns.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 2ae32fe016a..323d9594de5 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -40,6 +40,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_X_WINDOWS
extern void abort ();
+/* On some systems, the character-composition stuff is broken in X11R5. */
+#if defined (HAVE_X11R5) && ! defined (HAVE_X11R6)
+#ifdef X11R5_INHIBIT_I18N
+#undef HAVE_X_I18N
+#endif
+#endif
+
#ifndef VMS
#if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */
#include "bitmaps/gray.xbm"