changeset 7490:e1d50e2d4cc6

(HAVE_X11XTR6): Arrange to define it.
author Richard M. Stallman <rms@gnu.org>
date Fri, 13 May 1994 21:02:57 +0000
parents 303a2e277819
children 621c162a80db
files configure1.in
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Fri May 13 21:01:29 1994 +0000
+++ b/configure1.in	Fri May 13 21:02:57 1994 +0000
@@ -1424,6 +1424,15 @@
 XScreenNumberOfScreen XSetWMProtocols)
 fi
 
+if test "${USE_X_TOOLKIT}" != "none"; then
+  AC_COMPILE_CHECK(X11 toolkit version,
+		   [#include <X11/Intrinsic.h>],
+		   [#if XtSpecificationRelease < 6
+fail;
+#endif],
+		   AC_DEFINE(HAVE_X11XTR6))
+fi
+
 AC_ALLOCA
 
 # logb and frexp are found in -lm on most systems.