projects
/
platform
/
upstream
/
libxcb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3360d0c
)
libXau didn't have a correct pkg-config file until 0.99.2: fail if an older version...
author
Jamey Sharp
<jamey@minilop.net>
Sat, 25 Nov 2006 00:22:13 +0000
(16:22 -0800)
committer
Jamey Sharp
<jamey@minilop.net>
Sat, 25 Nov 2006 00:22:13 +0000
(16:22 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
b400f03
..
cd682ff
100644
(file)
--- 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,