From 4624e651686399eb1aa450a58a3ed879568bc56d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 13 May 1994 21:02:57 +0000 Subject: [PATCH] (HAVE_X11XTR6): Arrange to define it. --- configure1.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configure1.in b/configure1.in index 2e48ca7bb7b..080141c1c38 100755 --- a/configure1.in +++ b/configure1.in @@ -1424,6 +1424,15 @@ if test "${HAVE_X11}" = "yes"; then XScreenNumberOfScreen XSetWMProtocols) fi +if test "${USE_X_TOOLKIT}" != "none"; then + AC_COMPILE_CHECK(X11 toolkit version, + [#include ], + [#if XtSpecificationRelease < 6 +fail; +#endif], + AC_DEFINE(HAVE_X11XTR6)) +fi + AC_ALLOCA # logb and frexp are found in -lm on most systems. -- 2.39.5