summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-06 07:23:35 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-06 07:23:35 +0200
commit4b29a27782f74cb3a47be639d62e036a8837a6d6 (patch)
treef603cf5b0b352cea28e48dbf825526e699da1dc6
parent53957a73fe670d435781b2dd9a8dc458ee68ff03 (diff)
downloadrsyslog-4b29a27782f74cb3a47be639d62e036a8837a6d6.tar.gz
rsyslog-4b29a27782f74cb3a47be639d62e036a8837a6d6.tar.xz
rsyslog-4b29a27782f74cb3a47be639d62e036a8837a6d6.zip
doc: ./configure --help invalidly showed imdiag enabled by default
Thanks to Frédéric L. W. Meunier for bringing this to my attention.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a3a7117..e3ef1357 100644
--- a/configure.ac
+++ b/configure.ac
@@ -648,7 +648,7 @@ AM_CONDITIONAL(ENABLE_MAIL, test x$enable_mail = xyes)
# would complicate things if we first needed to tell them how to enable imdiag.
# rgerhards, 2008-07-25
AC_ARG_ENABLE(imdiag,
- [AS_HELP_STRING([--enable-imdiag],[Enable imdiag @<:@default=yes@:>@])],
+ [AS_HELP_STRING([--enable-imdiag],[Enable imdiag @<:@default=no@:>@])],
[case "${enableval}" in
yes) enable_imdiag="yes" ;;
no) enable_imdiag="no" ;;