aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/config.in b/src/config.in
index a960e970082..0f8d6c0d769 100644
--- a/src/config.in
+++ b/src/config.in
@@ -702,9 +702,6 @@ Boston, MA 02110-1301, USA. */
702 expects to use version 10. */ 702 expects to use version 10. */
703#undef HAVE_X11 703#undef HAVE_X11
704 704
705/* Define to 1 if you have the X11R5 or newer version of Xlib. */
706#undef HAVE_X11R5
707
708/* Define to 1 if you have the X11R6 or newer version of Xlib. */ 705/* Define to 1 if you have the X11R6 or newer version of Xlib. */
709#undef HAVE_X11R6 706#undef HAVE_X11R6
710 707
@@ -1135,7 +1132,7 @@ typedef unsigned size_t;
1135 1132
1136#ifdef HAVE_X11R6 1133#ifdef HAVE_X11R6
1137#define HAVE_X_I18N 1134#define HAVE_X_I18N
1138#elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N 1135#elif !defined X11R5_INHIBIT_I18N
1139#define HAVE_X_I18N 1136#define HAVE_X_I18N
1140#endif 1137#endif
1141 1138