summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-19 09:18:51 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-19 09:18:51 +0200
commit362c006f0ff9f917adfa8a60931e339d31b4699a (patch)
tree8ae7543cf7c8e5963670426351b512b14547a15a /configure.ac
parentb47d95286bd78282c57fdc200f81d17b187a45dd (diff)
downloadrsyslog-362c006f0ff9f917adfa8a60931e339d31b4699a.tar.gz
rsyslog-362c006f0ff9f917adfa8a60931e339d31b4699a.tar.xz
rsyslog-362c006f0ff9f917adfa8a60931e339d31b4699a.zip
relaxed GnuTLS version requirement to 1.4.0
after confirmation from the field that this version is sufficient. I always thought so (I think I developed under 1.4.x), but had no longer an environment to verify. Most imporantly, this means that Centos users will have much less trouble building rsyslog/tls support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 38e7dcbc..9f7e27a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -517,7 +517,7 @@ AC_ARG_ENABLE(gnutls,
[enable_gnutls=no]
)
if test "x$enable_gnutls" = "xyes"; then
- PKG_CHECK_MODULES(GNUTLS, gnutls >= 2.0.0)
+ PKG_CHECK_MODULES(GNUTLS, gnutls >= 1.4.0)
fi
AM_CONDITIONAL(ENABLE_GNUTLS, test x$enable_gnutls = xyes)
AC_SUBST(GNUTLS_CFLAGS)