From ed235e3406e603a8a92c4b72f9f9018bae72ad65 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 16 Oct 2008 22:36:00 -0700 Subject: [PATCH] XQuartz: Require applewmproto-1.1.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a1d424c26..49d8bc505 100644 --- a/configure.ac +++ b/configure.ac @@ -1767,7 +1767,7 @@ if test "x$XQUARTZ" = xyes; then CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DROOTLESS_SAFEALPHA -DNO_ALLOCA" - PKG_CHECK_MODULES(APPLEWM, [applewmproto >= 1.1.0]) + PKG_CHECK_MODULES(APPLEWM, [applewmproto >= 1.1.1]) if test "x$INTEGRATED_XPBPROXY" = xyes ; then AC_DEFINE(INTEGRATED_XPBPROXY,1,[Build xpbproxy into the server rather than as a standalone app])