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
9b7cd366
Commit
9b7cd366
authored
Jul 31, 1993
by
Jim Blandy
Browse files
* configure.in: Test for the availablility of the
XScreenResourceString function.
parent
f5db3b94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure1.in
configure1.in
+1
-1
No files found.
configure1.in
View file @
9b7cd366
...
...
@@ -1169,7 +1169,7 @@ AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
if test "${HAVE_X11}" = "yes"; then
DEFS="$C_SWITCH_X_SITE $DEFS"
LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS"
AC_HAVE_FUNCS(XrmSetDatabase random bcopy)
AC_HAVE_FUNCS(XrmSetDatabase
XScreenResourceString
random bcopy)
fi
AC_ALLOCA
...
...
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