Added dep on applewmproto 1.1.0

This commit is contained in:
Jeremy Huddleston 2008-09-26 15:55:33 -07:00
parent 6333d619e7
commit b350b06674

View File

@ -1765,6 +1765,8 @@ if test "x$XQUARTZ" = xyes; then
AC_CHECK_LIB([Xplugin],[xp_init],[:]) AC_CHECK_LIB([Xplugin],[xp_init],[:])
CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DROOTLESS_SAFEALPHA -DNO_ALLOCA" CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DROOTLESS_SAFEALPHA -DNO_ALLOCA"
PKG_CHECK_MODULES(APPLEWM, [applewmproto >= 1.1.0])
fi fi
# Support for objc in autotools is minimal and not documented. # Support for objc in autotools is minimal and not documented.