From 059ffeb8c732c91f4bbea2791eba907f709f9e85 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 51933975d..afd8f0f4d 100644 --- a/configure.ac +++ b/configure.ac @@ -1759,7 +1759,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])