From 2886a6140d6861e8ef294db486a7adf947192241 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 25 Apr 2013 09:51:15 +0200 Subject: typo fix Thanks to Michael Biebl for spotting it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5c39b361..f3ed4fd9 100644 --- a/configure.ac +++ b/configure.ac @@ -775,7 +775,7 @@ AM_CONDITIONAL(ENABLE_GNUTLS, test x$enable_gnutls = xyes) # libgcrypt support AC_ARG_ENABLE(libgcrypt, - [AS_HELP_STRING([--enable-libgcrypt],[Enable log file encryption support (libgcrypt=) @<:@default=yes@:>@])], + [AS_HELP_STRING([--enable-libgcrypt],[Enable log file encryption support (libgcrypt) @<:@default=yes@:>@])], [case "${enableval}" in yes) enable_libgcrypt="yes" ;; no) enable_libgcrypt="no" ;; -- cgit v1.2.3