aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-07-31 01:34:30 +0000
committerJim Blandy1993-07-31 01:34:30 +0000
commit9b7cd36694dbcdaa53299747e197deb07c4e4463 (patch)
treeb5124ce9422a6923a29d27497b2fe57ceaff15e3
parentf5db3b940fece464c15ec7b82a751ab9c3038963 (diff)
downloademacs-9b7cd36694dbcdaa53299747e197deb07c4e4463.tar.gz
emacs-9b7cd36694dbcdaa53299747e197deb07c4e4463.zip
* configure.in: Test for the availablility of the
XScreenResourceString function.
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
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"
1169if test "${HAVE_X11}" = "yes"; then 1169if test "${HAVE_X11}" = "yes"; then
1170 DEFS="$C_SWITCH_X_SITE $DEFS" 1170 DEFS="$C_SWITCH_X_SITE $DEFS"
1171 LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS" 1171 LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS"
1172 AC_HAVE_FUNCS(XrmSetDatabase random bcopy) 1172 AC_HAVE_FUNCS(XrmSetDatabase XScreenResourceString random bcopy)
1173fi 1173fi
1174 1174
1175AC_ALLOCA 1175AC_ALLOCA