aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-08-18 17:03:07 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2010-08-18 17:03:07 +0800
commit1f436c6ef319671d80b1c35bd498dd4893c6919b (patch)
treec524a442967b873defa445f5808c0a39245ffe6f /configure.ac
parent2c95c1dd40e651b5f565e027b1a07cae251f87b2 (diff)
downloadgsoc2013-empathy-1f436c6ef319671d80b1c35bd498dd4893c6919b.tar
gsoc2013-empathy-1f436c6ef319671d80b1c35bd498dd4893c6919b.tar.gz
gsoc2013-empathy-1f436c6ef319671d80b1c35bd498dd4893c6919b.tar.bz2
gsoc2013-empathy-1f436c6ef319671d80b1c35bd498dd4893c6919b.tar.lz
gsoc2013-empathy-1f436c6ef319671d80b1c35bd498dd4893c6919b.tar.xz
gsoc2013-empathy-1f436c6ef319671d80b1c35bd498dd4893c6919b.tar.zst
gsoc2013-empathy-1f436c6ef319671d80b1c35bd498dd4893c6919b.zip
Require GnuTLS >= 2.8.5
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 97ea195ff..4031e949d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,7 @@ AC_COPYRIGHT([
FOLKS_REQUIRED=0.1.13
GCONF_REQUIRED=1.2.0
GLIB_REQUIRED=2.25.9
+GNUTLS_REQUIRED=2.8.5
GTK_REQUIRED=2.21.2
KEYRING_REQUIRED=2.26.0
LIBCANBERRA_GTK_REQUIRED=0.4
@@ -154,7 +155,7 @@ PKG_CHECK_MODULES(EMPATHY,
gio-2.0 >= $GLIB_REQUIRED
gio-unix-2.0 >= $GLIB_REQUIRED
gnome-keyring-1 >= $KEYRING_REQUIRED
- gnutls
+ gnutls >= $GNUTLS_REQUIRED
gobject-2.0
gstreamer-0.10
gstreamer-interfaces-0.10