summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-13 21:02:57 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-13 21:02:57 +0000
commit703f2414e5193811a2de55ef5e22fb93c8aece89 (patch)
treecbd74b5677d62cb169c0d1ac1b9ee23dfe3eeaba /configure1.in
parentf63881aa93710c5961e2655e0cce900caf3b5464 (diff)
downloademacs-703f2414e5193811a2de55ef5e22fb93c8aece89.tar.gz
(HAVE_X11XTR6): Arrange to define it.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in9
1 files changed, 9 insertions, 0 deletions
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 <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.