diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-05 12:08:49 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-05 12:08:49 +0200 |
commit | 0cee769fcdc9716ccb2a60b6473062a60f640bb3 (patch) | |
tree | 72205eed0e6d570bda683cdbbc37d17a0f3a21aa /configure.ac | |
parent | 0f87c631e7eac2ccbd36cd875d64de29dd7c714c (diff) | |
download | rsyslog-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.ac | 2 |
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 |