diff src/config.in @ 108621:880007fe488b

* configure.in: Remove references to usg5-4 and bsd-common, $opsys does not use them. (X11R5_INHIBIT_I18N): Remove, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 15 May 2010 22:58:55 -0700
parents 2aff4d15de35
children bd5f6b9253ef
line wrap: on
line diff
--- a/src/config.in	Sat May 15 22:40:10 2010 -0700
+++ b/src/config.in	Sat May 15 22:58:55 2010 -0700
@@ -1179,8 +1179,6 @@
 
 #ifdef HAVE_X11R6
 #define HAVE_X_I18N
-#elif !defined X11R5_INHIBIT_I18N
-#define HAVE_X_I18N
 #endif
 
 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support.  */
@@ -1200,11 +1198,7 @@
    that the stack is continuous.  */
 #ifdef __GNUC__
 #  ifndef GC_SETJMP_WORKS
-  /* GC_SETJMP_WORKS is nearly always appropriate for GCC --
-     see NON_SAVING_SETJMP in the target descriptions.  */
-  /* Exceptions (see NON_SAVING_SETJMP in target description) are
-     SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86.
-     Fixme: Deal with SVR3.  */
+  /* GC_SETJMP_WORKS is nearly always appropriate for GCC.  */
 #    define GC_SETJMP_WORKS 1
 #  endif
 #  ifndef GC_LISP_OBJECT_ALIGNMENT