summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-04-05 12:08:49 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-04-05 12:08:49 +0200
commit0cee769fcdc9716ccb2a60b6473062a60f640bb3 (patch)
tree72205eed0e6d570bda683cdbbc37d17a0f3a21aa /configure.ac
parent0f87c631e7eac2ccbd36cd875d64de29dd7c714c (diff)
downloadrsyslog-0cee769fcdc9716ccb2a60b6473062a60f640bb3.tar.gz
rsyslog-0cee769fcdc9716ccb2a60b6473062a60f640bb3.tar.bz2
rsyslog-0cee769fcdc9716ccb2a60b6473062a60f640bb3.zip
log encryption: initial PoC implementation
rough baseline, needs to be extended for actual use.
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 d6d4c203..0ec29f0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -785,7 +785,7 @@ if test "x$enable_libgcrypt" = "xyes"; then
)
AC_DEFINE([ENABLE_LIBGCRYPT], [1], [Indicator that LIBGCRYPT is present])
fi
-AM_CONDITIONAL(ENABLE_GNUTLS, test x$enable_gnutls = xyes)
+AM_CONDITIONAL(ENABLE_LIBGCRYPT, test x$enable_libgcrypt = xyes)
# support for building the rsyslogd runtime