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