summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-08-15 12:21:26 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-08-15 12:21:26 +0200
commit3aa86ed554aeb05c386e99d605ddc220250d35d2 (patch)
tree2ca9c573c31af792b3560da3295fee8e443b6b87 /configure.ac
parentbf3a0f72885e2f171678197271ea6248a8614d98 (diff)
downloadrsyslog-3aa86ed554aeb05c386e99d605ddc220250d35d2.tar.gz
rsyslog-3aa86ed554aeb05c386e99d605ddc220250d35d2.tar.xz
rsyslog-3aa86ed554aeb05c386e99d605ddc220250d35d2.zip
fixed cross-platform compile problem introduced with recent change
...which fixed the imfile segfault issue.
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 b5427ab9..cb505367 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],[3.18.3-Test4],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.18.3-Test6],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])