aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-03-22 22:54:50 +0800
committerStef Walter <stefw@collabora.co.uk>2011-03-22 23:00:18 +0800
commit48c53fdb5bfcf801fc3f8eadf11340b97cae003b (patch)
tree7020beca98216a633ea9bc2055106368ac0b7009 /configure.ac
parent8b18f92aedef75ae557e879ddc4a60ce833d50d3 (diff)
downloadgsoc2013-empathy-48c53fdb5bfcf801fc3f8eadf11340b97cae003b.tar
gsoc2013-empathy-48c53fdb5bfcf801fc3f8eadf11340b97cae003b.tar.gz
gsoc2013-empathy-48c53fdb5bfcf801fc3f8eadf11340b97cae003b.tar.bz2
gsoc2013-empathy-48c53fdb5bfcf801fc3f8eadf11340b97cae003b.tar.lz
gsoc2013-empathy-48c53fdb5bfcf801fc3f8eadf11340b97cae003b.tar.xz
gsoc2013-empathy-48c53fdb5bfcf801fc3f8eadf11340b97cae003b.tar.zst
gsoc2013-empathy-48c53fdb5bfcf801fc3f8eadf11340b97cae003b.zip
Support building with libgcr 3.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0a1b6ef56..69123b90f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,8 +221,7 @@ PKG_CHECK_MODULES(LIBNOTIFY,
PKG_CHECK_MODULES(UNIQUE, unique-1.0 >= $UNIQUE_REQUIRED)
# gnome-keyring breaks API in 2.91.x
PKG_CHECK_MODULES(GCR,
- gcr-0 >= $KEYRING_REQUIRED
- gcr-0 < 2.91)
+ gcr-0 >= $KEYRING_REQUIRED)
# Enable GSEAL checks if needed
if test "x$USE_MAINTAINER_MODE" = "xyes"; then