Lines 185-191
Link Here
|
185 |
[use GnuTLS library @<:@default=yes@:>@]), |
185 |
[use GnuTLS library @<:@default=yes@:>@]), |
186 |
with_gnutls="$withval", with_gnutls="yes") |
186 |
with_gnutls="$withval", with_gnutls="yes") |
187 |
if test "x$with_gnutls" = "xyes"; then |
187 |
if test "x$with_gnutls" = "xyes"; then |
188 |
PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0 gnutls < 3], |
188 |
PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0], |
189 |
[ |
189 |
[ |
190 |
echo "GnuTLS found, enabling SSL decryption" |
190 |
echo "GnuTLS found, enabling SSL decryption" |
191 |
AC_DEFINE(HAVE_LIBGNUTLS, 1, [Define to use GnuTLS library]) |
191 |
AC_DEFINE(HAVE_LIBGNUTLS, 1, [Define to use GnuTLS library]) |