aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e359f260..290280d1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,6 +76,7 @@ NETWORK_MANAGER_REQUIRED=0.7.0
CHAMPLAIN_REQUIRED=0.12.1
CHEESE_GTK_REQUIRED=3.4.0
LIBACCOUNTS_REQUIRED=1.1
+MC_PLUGINS_REQUIRED=5.13.0
# Use --enable-maintainer-mode to disable deprecated symbols,
# disable single include and enable GSEAL. If this is not a released empathy,
@@ -511,7 +512,7 @@ if test "x$enable_ubuntu_online_accounts" != "xno"; then
PKG_CHECK_MODULES(UOA,
[
account-plugin
- mission-control-plugins
+ mission-control-plugins >= $MC_PLUGINS_REQUIRED
libaccounts-glib >= $LIBACCOUNTS_REQUIRED
], have_uoa="yes", have_uoa="no")