From: Jim Blandy Date: Sat, 31 Jul 1993 01:34:30 +0000 (+0000) Subject: * configure.in: Test for the availablility of the X-Git-Tag: emacs-19.34~11483 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b7cd36694dbcdaa53299747e197deb07c4e4463;p=emacs.git * configure.in: Test for the availablility of the XScreenResourceString function. --- diff --git a/configure1.in b/configure1.in index 501ffd100fd..2d6d8d6686e 100755 --- a/configure1.in +++ b/configure1.in @@ -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