# HG changeset patch # User Jim Blandy # Date 744082470 0 # Node ID 9a9867a9ee673e5f29e230c7367ccee78295691a # Parent f3657047d549a37d9673152f5535ebf0ee7d5117 * configure.in: Test for the availablility of the XScreenResourceString function. diff -r f3657047d549 -r 9a9867a9ee67 configure1.in --- a/configure1.in Sat Jul 31 01:32:23 1993 +0000 +++ b/configure1.in Sat Jul 31 01:34:30 1993 +0000 @@ -1169,7 +1169,7 @@ 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