diff src/xterm.h @ 6870:4b783d429e6e

(HAVE_X11R4): If we define HAVE_X11R5, define this too.
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Apr 1994 04:46:12 +0000
parents 55237bfe01e5
children b5f510efd194
line wrap: on
line diff
--- a/src/xterm.h	Thu Apr 14 03:44:05 1994 +0000
+++ b/src/xterm.h	Thu Apr 14 04:46:12 1994 +0000
@@ -85,6 +85,9 @@
 #ifdef XlibSpecificationRelease
 #if XlibSpecificationRelease >= 5
 #define HAVE_X11R5
+/* In case someone has X11R5 on AIX 3.1,
+   make sure HAVE_X11R4 is defined as well as HAVE_X11R5.  */
+#define HAVE_X11R4
 #endif
 #endif