From 9b7cd36694dbcdaa53299747e197deb07c4e4463 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 31 Jul 1993 01:34:30 +0000 Subject: [PATCH] * configure.in: Test for the availablility of the XScreenResourceString function. --- configure1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5