From 5a19ac473f7a8046b0421fbd5d53da160c22ed75 Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Mon, 3 Nov 2008 22:57:29 -0500 Subject: Remove configure check for xcb-xlib. xcb-xlib has been intentionally removed from libxcb; stop checking for it at configure-time. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4315ec75..73bf00fb 100644 --- a/configure.ac +++ b/configure.ac @@ -53,8 +53,6 @@ no) AC_DEFINE(USE_XCB, 0, [Use XCB for low-level protocol implementation]) ;; *) - X11_REQUIRES="xcb-xlib >= 1.1.90" - X11_EXTRA_DEPS="xcb-xlib" xdmauth="no" # XCB handles all auth AC_DEFINE(USE_XCB, 1, [Use XCB for low-level protocol implementation]) ;; -- cgit v1.2.3