[build] Check for pthread
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a953b57a87
commit
54e27e300a
|
@ -153,6 +153,7 @@ PKG_CHECK_MODULES([xcb_icccm], [xcb-icccm],,
|
|||
[AC_MSG_ERROR([awesome requires xcb-icccm.])])
|
||||
PKG_CHECK_MODULES([cairo_xcb], [cairo-xcb],,
|
||||
[AC_MSG_ERROR([awesome requires cairo-xcb.])])
|
||||
AC_CHECK_LIB(pthread, pthread_create)
|
||||
|
||||
# Checks for header files.
|
||||
AC_PATH_X
|
||||
|
|
Loading…
Reference in New Issue