diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-24 11:47:51 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-24 11:47:51 +0200 |
commit | a5b0bfdcd199708297be55be33ac44b7c379ab06 (patch) | |
tree | a1a5bba70f14ab3d97df26b04ecc2f25861cc97d | |
parent | 8557250bce74e18681b8d569298846be2200a35a (diff) | |
download | rsyslog-a5b0bfdcd199708297be55be33ac44b7c379ab06.tar.gz rsyslog-a5b0bfdcd199708297be55be33ac44b7c379ab06.tar.bz2 rsyslog-a5b0bfdcd199708297be55be33ac44b7c379ab06.zip |
rewording ./configure output for more clarity
thanks to Michael Biebl for suggesting
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 352404d6..5c39b361 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 libgcrypt support @<:@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" ;; @@ -985,7 +985,7 @@ AM_CONDITIONAL(ENABLE_RELP, test x$enable_relp = xyes) # GuardTime support AC_ARG_ENABLE(guardtime, - [AS_HELP_STRING([--enable-guardtime],[Enable GuardTime support @<:@default=no@:>@])], + [AS_HELP_STRING([--enable-guardtime],[Enable log file signing support (via GuardTime) @<:@default=no@:>@])], [case "${enableval}" in yes) enable_guardtime="yes" ;; no) enable_guardtime="no" ;; @@ -1456,8 +1456,8 @@ echo " rsyslogd will be built: $enable_rsyslogd" echo " GUI components will be built: $enable_gui" echo " Unlimited select() support enabled: $enable_unlimited_select" echo " uuid support enabled: $enable_uuid" -echo " GuardTime signature support enabled: $enable_guardtime" -echo " libgcrypt support enabled: $enable_libgcrypt" +echo " Log file signing support: $enable_guardtime" +echo " Log file encryption support: $enable_libgcrypt" echo " anonymization support enabled: $enable_mmanon" echo echo "---{ input plugins }---" |