changeset 13781:fc1cf507c51b

[X11R5_INHIBIT_I18N]: Undef HAVE_X_I18N if X11R5.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Dec 1995 17:15:31 +0000
parents 732a8bd9c552
children 52f469edf216
files src/xfns.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Thu Dec 21 17:14:53 1995 +0000
+++ b/src/xfns.c	Thu Dec 21 17:15:31 1995 +0000
@@ -40,6 +40,13 @@
 #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"