diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-11-24 16:22:13 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-11-24 16:22:13 -0800 |
commit | 05d23a724d4dde42b11d6e9dec9ccaf5a516e287 (patch) | |
tree | 89d5fec541e65413e50515af8df583c23ec818cf | |
parent | 3360d0c79e98cf6b7f30b2d84f117aea0a28595d (diff) |
libXau didn't have a correct pkg-config file until 0.99.2: fail if an older version is found.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b400f03..cd682ff 100644 --- a/configure.ac +++ b/configure.ac @@ -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, |