From 66fd122ed5a19b0d815ee2ee297da146ca6ea2c0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 6 May 2008 18:35:54 +0200 Subject: configure help for --enable-gnutls wrong said default is "yes" but default actually is "no" thanks to darix for pointing this out --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8e419ce3..8649b39c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ --------------------------------------------------------------------------- Version 3.19.1 (rgerhards), 2008-05-07 +- configure help for --enable-gnutls wrong - said default is "yes" but + default actually is "no" - thanks to darix for pointing this out - file dirty.h was missing - thanks to darix for pointing this out --------------------------------------------------------------------------- Version 3.19.0 (rgerhards), 2008-05-06 diff --git a/configure.ac b/configure.ac index e8c584be..391063f9 100644 --- a/configure.ac +++ b/configure.ac @@ -464,7 +464,7 @@ AC_SUBST(snmp_libs) # GNUtls support AC_ARG_ENABLE(gnutls, - [AS_HELP_STRING([--enable-gnutls],[Enable GNU TLS support @<:@default=yes@:>@])], + [AS_HELP_STRING([--enable-gnutls],[Enable GNU TLS support @<:@default=no@:>@])], [case "${enableval}" in yes) enable_gnutls="yes" ;; no) enable_gnutls="no" ;; -- cgit