Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4624e651
Commit
4624e651
authored
May 13, 1994
by
Richard M. Stallman
Browse files
(HAVE_X11XTR6): Arrange to define it.
parent
3c024044
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
configure1.in
configure1.in
+9
-0
No files found.
configure1.in
View file @
4624e651
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment