diff options
| author | Jim Blandy | 1993-07-31 01:34:30 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-07-31 01:34:30 +0000 |
| commit | 9b7cd36694dbcdaa53299747e197deb07c4e4463 (patch) | |
| tree | b5124ce9422a6923a29d27497b2fe57ceaff15e3 | |
| parent | f5db3b940fece464c15ec7b82a751ab9c3038963 (diff) | |
| download | emacs-9b7cd36694dbcdaa53299747e197deb07c4e4463.tar.gz emacs-9b7cd36694dbcdaa53299747e197deb07c4e4463.zip | |
* configure.in: Test for the availablility of the
XScreenResourceString function.
| -rwxr-xr-x | configure1.in | 2 |
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" | |||
| 1169 | if test "${HAVE_X11}" = "yes"; then | 1169 | if 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) |
| 1173 | fi | 1173 | fi |
| 1174 | 1174 | ||
| 1175 | AC_ALLOCA | 1175 | AC_ALLOCA |