927dbc1e1e
Bart Massey (2): kludgily hand-merged xid fixes Fix XDM-AUTHORIZATION-1 (bug #14202) Bob Ham (1): Store xcbproto version libxcb was compiled with Jeremy Huddleston (1): darwin: Don't use poll() on versions of darwin before darwin10 Julien Danjou (9): Copy full IPv4 mapping (Bug #20665) Fix do_append() arguments auth: precompute authnameslen auth: use snprintf() return value util: open_abstract gets filelen as parameters util: merge common code for xcb_connect util: remove useless strlen calls from decnet opening depends on recent xcb-proto and bump version of randr Release libxcb 1.3 Michael Ost (1): use poll() instead of select() when available Peter Harris (3): Don't use enums in generated C code - use integer constants instead. Revert "Don't use enums in generated C code" Avoid name collisions between xidtype and enum. Samuel Thibault (1): Local socket connections do not work on hurd-i386 elupus (1): Disable Nagle on TCP socket
13 lines
376 B
Text
13 lines
376 B
Text
$NetBSD: patch-ab,v 1.2 2009/05/29 09:27:45 wiz Exp $
|
|
|
|
--- configure.ac.orig 2009-05-29 06:28:44.000000000 +0000
|
|
+++ configure.ac
|
|
@@ -33,7 +33,7 @@ AC_SUBST(HTML_CHECK_RESULT)
|
|
|
|
# Checks for pkg-config packages
|
|
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.5)
|
|
-NEEDED="pthread-stubs xau >= 0.99.2"
|
|
+NEEDED="xau >= 0.99.2"
|
|
PKG_CHECK_MODULES(NEEDED, $NEEDED)
|
|
|
|
have_xdmcp="no"
|