aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2007-11-01 07:38:58 +0000
committerJan Djärv2007-11-01 07:38:58 +0000
commit00b9439af40f5ad5c9dc5e32ff10f41249525f0a (patch)
tree3f719dd62fd7b27cc894457d2eebff81a9450a24 /src
parenta5c2c204bdd936c704f1ac346fdee5643ef89d15 (diff)
downloademacs-00b9439af40f5ad5c9dc5e32ff10f41249525f0a.tar.gz
emacs-00b9439af40f5ad5c9dc5e32ff10f41249525f0a.zip
Regenerate.
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