diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-25 09:51:15 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-25 09:51:15 +0200 |
commit | 2886a6140d6861e8ef294db486a7adf947192241 (patch) | |
tree | cf444c0380be3f7bb3b8417aca3478b6f4f443c5 | |
parent | 4cf4fd1d3c7c72e4dbc9bc572511a0fdabb455ba (diff) | |
download | rsyslog-2886a6140d6861e8ef294db486a7adf947192241.tar.gz rsyslog-2886a6140d6861e8ef294db486a7adf947192241.tar.bz2 rsyslog-2886a6140d6861e8ef294db486a7adf947192241.zip |
typo fix
Thanks to Michael Biebl for spotting it.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" ;; |