summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-28 11:57:30 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-28 11:57:30 +0200
commitfc3e56941ca6dbf401bee2f9dc0f9e4c5cd87f40 (patch)
tree6e506d1a66615ffeb95b9960c54352ba2e6175a2 /configure.ac
parent7405a3057003bab0361a111b0f9d013b881b6db0 (diff)
downloadrsyslog-fc3e56941ca6dbf401bee2f9dc0f9e4c5cd87f40.tar.gz
rsyslog-fc3e56941ca6dbf401bee2f9dc0f9e4c5cd87f40.tar.xz
rsyslog-fc3e56941ca6dbf401bee2f9dc0f9e4c5cd87f40.zip
fixing an issue during DA mode queue shutdown
also changed DA queue mode in that the regular workers now run concurrently.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fc8cdc36..d8d17a96 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)
-rC_INIT([rsyslog],[5.1.1],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[5.1.1],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_MACRO_DIR([m4])