blob: 18ad14b1f6d8d33e5c3862bb042a08e579bc7f0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- configure.in.init 2012-05-24 20:08:15.040038922 +0000
+++ configure.in 2012-05-24 20:08:27.869944008 +0000
@@ -185,7 +185,7 @@
[use gnutls library @<:@default=yes@:>@]),
with_gnutls="$withval", with_gnutls="yes")
if test "x$with_gnutls" = "xyes"; then
- PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0 gnutls < 3],
+ PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0],
[
echo "gnuTLS found, enabling ssl decryption"
AC_DEFINE(HAVE_LIBGNUTLS, 1, [Define to use gnutls library])
|