Mercurial > emacs
changeset 4368:9a9867a9ee67
* configure.in: Test for the availablility of the
XScreenResourceString function.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 31 Jul 1993 01:34:30 +0000 |
parents | f3657047d549 |
children | 2497c88c03c3 |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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