diff options
author | TORRI Vincent <torri@doursse.(none)> | 2006-11-28 20:15:27 +0100 |
---|---|---|
committer | TORRI Vincent <torri@doursse.(none)> | 2006-11-28 20:15:27 +0100 |
commit | 4c8777f87a28ff5bf45cbdddce509163dbcf8137 (patch) | |
tree | 099453faa456057a9515836045e68cc3c796891e /configure.ac | |
parent | e624cca7df4c2c5bc5e44af1e851e5a0d17c88bd (diff) | |
parent | f486075fa093846c3f32b3e4b9624c039ea26ba4 (diff) |
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eef3fa0..d73e51f 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) have_xdmcp="no" |