Mercurial > emacs
diff src/config.in @ 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 | 1251cabc40b7 071bbff2591a |
children | 75910f1968b3 |
line wrap: on
line diff
--- a/src/config.in Fri Nov 09 14:52:32 2007 +0000 +++ b/src/config.in Sun Nov 11 00:56:44 2007 +0000 @@ -708,9 +708,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 @@ -1147,7 +1144,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