diff mac/inc/config.h @ 91085:880960b70474

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
author Miles Bader <miles@gnu.org>
date Sun, 11 Nov 2007 00:56:44 +0000
parents f55f9811f5d7 2ef588d3ea9a
children 606f2d163a64
line wrap: on
line diff
--- a/mac/inc/config.h	Fri Nov 09 14:52:32 2007 +0000
+++ b/mac/inc/config.h	Sun Nov 11 00:56:44 2007 +0000
@@ -716,9 +716,6 @@
    expects to use version 10. */
 /* #undef HAVE_X11 */
 
-/* Define to 1 if you have the X11R5 or newer version of Xlib. */
-/* #undef HAVE_X11R5 */
-
 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
 /* #undef HAVE_X11R6 */
 
@@ -1145,7 +1142,7 @@
 
 #ifdef HAVE_X11R6
 #define HAVE_X_I18N
-#elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N
+#elif !defined X11R5_INHIBIT_I18N
 #define HAVE_X_I18N
 #endif