emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/mac/inc/config.h,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/mac/inc/config.h,v
Date: Thu, 01 Nov 2007 07:42:51 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        07/11/01 07:42:50

Index: config.h
===================================================================
RCS file: /cvsroot/emacs/emacs/mac/inc/config.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- config.h    26 Jul 2007 05:27:40 -0000      1.20
+++ config.h    1 Nov 2007 07:42:50 -0000       1.21
@@ -716,9 +716,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 */
 
@@ -1145,7 +1142,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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]