mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
* configure.in: Test for the availablility of the
XScreenResourceString function.
This commit is contained in:
parent
f5db3b940f
commit
9b7cd36694
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue