From 3695f62d072e7864fdcee385c8b5ca40f2018101 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 (cherry picked from commit ed235e3406e603a8a92c4b72f9f9018bae72ad65) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 93e3a60c5..869e8e8da 100644 --- a/configure.ac +++ b/configure.ac @@ -1536,7 +1536,7 @@ if test "x$XQUARTZ" = xyes; then CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -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])