[libsoup] [configure] require gnutls>=2.1.7
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libsoup] [configure] require gnutls>=2.1.7
- Date: Tue, 13 Oct 2009 16:26:33 +0000 (UTC)
commit 0f32788060ac974378553a9f5dbb12768c3a69e7
Author: Dan Winship <danw gnome org>
Date: Tue Oct 13 12:17:09 2009 -0400
[configure] require gnutls>=2.1.7
noted by Nguyen Thai Ngoc Duy in bug 581342
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 24e0390..8413475 100644
--- a/configure.in
+++ b/configure.in
@@ -151,7 +151,7 @@ AC_ARG_ENABLE(ssl,
have_ssl=no
if test "$enable_ssl" != "no"; then
- PKG_CHECK_MODULES(LIBGNUTLS, gnutls,
+ PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 2.1.7,
[AM_PATH_LIBGCRYPT([], have_ssl=yes, have_ssl=no)], have_ssl=no)
fi
if test "$have_ssl" = "yes"; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]