libXau didn't have a correct pkg-config file until 0.99.2: fail if an older version is found.

This commit is contained in:
Jamey Sharp 2006-11-24 16:22:13 -08:00
parent 3360d0c79e
commit 05d23a724d

View File

@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)
# Checks for pkg-config packages
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.0)
NEEDED="xau pthread-stubs"
NEEDED="pthread-stubs xau >= 0.99.2"
PKG_CHECK_MODULES(NEEDED, $NEEDED)
PKG_CHECK_MODULES(XDMCP, xdmcp,