updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / lib32-libxcb-git / libxcb-1.1-no-pthread-stubs.patch
blobf17de1b1d062195b5d1a628bece7a5da01676fd7
1 diff -up libxcb-1.1/configure.ac.pthread-stubs libxcb-1.1/configure.ac
2 --- libxcb-1.1/configure.ac.pthread-stubs 2007-11-04 18:17:11.000000000 -0500
3 +++ libxcb-1.1/configure.ac 2007-11-12 10:27:06.000000000 -0500
4 @@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)
6 # Checks for pkg-config packages
7 PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.6)
8 -NEEDED="pthread-stubs xau >= 0.99.2"
9 +NEEDED="xau >= 0.99.2"
10 PKG_CHECK_MODULES(NEEDED, $NEEDED)
12 have_xdmcp="no"