[configure.ac] Add AC_PATH_X as we still need Xlib for keyboard related functions

This commit is contained in:
Arnaud Fontaine 2008-04-09 15:12:17 +01:00 committed by Julien Danjou
parent 9e88dd4372
commit 5575d719bd
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ PKG_CHECK_MODULES([xcb_icccm], [xcb-icccm],,
[AC_MSG_ERROR([awesome requires xcb-icccm.])])
# Checks for header files.
AC_PATH_X
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([fcntl.h limits.h locale.h stdlib.h string.h sys/socket.h unistd.h])