summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-07-11 11:44:16 +0200
committerMichael Biebl <biebl@debian.org>2011-07-11 11:44:16 +0200
commit6b2af45bc8b2aa4292e3cf92986c01a728ef4d8c (patch)
tree15c4d4604294a232bf1126f969318ed659b2dc52 /configure.ac
parentd5294b644649f563f4aa77735ebc6db6ee1776de (diff)
downloadrsyslog-6b2af45bc8b2aa4292e3cf92986c01a728ef4d8c.tar.gz
Imported Upstream version 5.8.3upstream/5.8.3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5873c66..427c0b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[5.8.2],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[5.8.3],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -772,7 +772,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" ;;