[build] Check for pthread

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-05-21 16:11:59 +02:00
parent a953b57a87
commit 54e27e300a
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ PKG_CHECK_MODULES([xcb_icccm], [xcb-icccm],,
[AC_MSG_ERROR([awesome requires xcb-icccm.])]) [AC_MSG_ERROR([awesome requires xcb-icccm.])])
PKG_CHECK_MODULES([cairo_xcb], [cairo-xcb],, PKG_CHECK_MODULES([cairo_xcb], [cairo-xcb],,
[AC_MSG_ERROR([awesome requires cairo-xcb.])]) [AC_MSG_ERROR([awesome requires cairo-xcb.])])
AC_CHECK_LIB(pthread, pthread_create)
# Checks for header files. # Checks for header files.
AC_PATH_X AC_PATH_X