projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
e624cca
f486075
)
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
author
TORRI Vincent
<torri@doursse.(none)>
Tue, 28 Nov 2006 19:15:27 +0000
(20:15 +0100)
committer
TORRI Vincent
<torri@doursse.(none)>
Tue, 28 Nov 2006 19:15:27 +0000
(20:15 +0100)
1
2
configure.ac
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
configure.ac
index
eef3fa0
,
cd682ff
..
d73e51f
---
1
/
configure.ac
---
2
/
configure.ac
+++ b/
configure.ac
@@@
-31,10
-31,9
+31,10
@@@
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"
PKG_CHECK_MODULES(XDMCP, xdmcp,
AC_CHECK_LIB(Xdmcp, XdmcpWrap,
[