From 3aa86ed554aeb05c386e99d605ddc220250d35d2 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 15 Aug 2008 12:21:26 +0200 Subject: fixed cross-platform compile problem introduced with recent change ...which fixed the imfile segfault issue. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit