libXau didn't have a correct pkg-config file until 0.99.2: fail if an older version...
authorJamey Sharp <jamey@minilop.net>
Sat, 25 Nov 2006 00:22:13 +0000 (16:22 -0800)
committerJamey Sharp <jamey@minilop.net>
Sat, 25 Nov 2006 00:22:13 +0000 (16:22 -0800)
configure.ac

index b400f03..cd682ff 100644 (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,