# HG changeset patch # User Richard M. Stallman # Date 766298772 0 # Node ID 4b783d429e6e00bf0b363aba87ecefdf57c2ff60 # Parent 41479037ffecb0f2504c049b77d2b9c1eef7d697 (HAVE_X11R4): If we define HAVE_X11R5, define this too. diff -r 41479037ffec -r 4b783d429e6e src/xterm.h --- 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