aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/config.in b/src/config.in
index 35530943682..99a95d7f15d 100644
--- a/src/config.in
+++ b/src/config.in
@@ -1179,8 +1179,6 @@ typedef unsigned size_t;
1179 1179
1180#ifdef HAVE_X11R6 1180#ifdef HAVE_X11R6
1181#define HAVE_X_I18N 1181#define HAVE_X_I18N
1182#elif !defined X11R5_INHIBIT_I18N
1183#define HAVE_X_I18N
1184#endif 1182#endif
1185 1183
1186/* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */ 1184/* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */
@@ -1200,11 +1198,7 @@ typedef unsigned size_t;
1200 that the stack is continuous. */ 1198 that the stack is continuous. */
1201#ifdef __GNUC__ 1199#ifdef __GNUC__
1202# ifndef GC_SETJMP_WORKS 1200# ifndef GC_SETJMP_WORKS
1203 /* GC_SETJMP_WORKS is nearly always appropriate for GCC -- 1201 /* GC_SETJMP_WORKS is nearly always appropriate for GCC. */
1204 see NON_SAVING_SETJMP in the target descriptions. */
1205 /* Exceptions (see NON_SAVING_SETJMP in target description) are
1206 SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86.
1207 Fixme: Deal with SVR3. */
1208# define GC_SETJMP_WORKS 1 1202# define GC_SETJMP_WORKS 1
1209# endif 1203# endif
1210# ifndef GC_LISP_OBJECT_ALIGNMENT 1204# ifndef GC_LISP_OBJECT_ALIGNMENT