1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00

* configure.in: Test for the availablility of the

XScreenResourceString function.
This commit is contained in:
Jim Blandy 1993-07-31 01:34:30 +00:00
parent f5db3b940f
commit 9b7cd36694

View file

@ -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