1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

AC_CHECK_FUNC XkbGetKeyboard.

This commit is contained in:
Gerd Moellmann 2000-12-14 12:02:09 +00:00
parent 82bab41c67
commit cae1e7d4ef

View File

@ -1633,7 +1633,7 @@ if test "${HAVE_X11}" = "yes"; then
fi
AC_CHECK_FUNCS(XrmSetDatabase XScreenResourceString \
XScreenNumberOfScreen XSetWMProtocols)
XScreenNumberOfScreen XSetWMProtocols XkbGetKeyboard)
fi
if test "${window_system}" = "x11"; then