diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-10-03 11:11:37 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-10-03 11:11:37 -0700 |
commit | 505c216d030a8eb6e9fa757ecebed9597a850c88 (patch) | |
tree | f364732110edccf1af7a94e1b43d3387bf6ad1b7 /configure.ac | |
parent | 1c1a6e965da412e767ad8bc15a5362116d64c6b0 (diff) |
Added dep on applewmproto 1.1.0
(cherry picked from commit b350b066740a2e72585153e35478538cf1bca9ef)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d76854656..f3abe7d88 100644 --- a/configure.ac +++ b/configure.ac @@ -1534,6 +1534,8 @@ if test "x$XQUARTZ" = xyes; then AC_CHECK_LIB([Xplugin],[xp_init],[:]) CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DNO_ALLOCA" + + PKG_CHECK_MODULES(APPLEWM, [applewmproto >= 1.1.0]) fi # Support for objc in autotools is minimal and not documented. |