summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-29 10:38:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-29 10:38:22 +0200
commita84a60d8dd6e1ec8a04a52be12e62dea81146d5d (patch)
tree847008379a635881cbb34303f9e720e4a8a25b73 /configure.ac
parent3a4f679c3b21634ae42534b255d4de0d4f1e4543 (diff)
downloadrsyslog-a84a60d8dd6e1ec8a04a52be12e62dea81146d5d.tar.gz
rsyslog-a84a60d8dd6e1ec8a04a52be12e62dea81146d5d.tar.xz
rsyslog-a84a60d8dd6e1ec8a04a52be12e62dea81146d5d.zip
uncommented dbgprintf's as I think these may be the trouble source
this callback is somewhat unportable in combination with dlopen()
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 0a769092..54824d35 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.17.2-klog0],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.17.2-klog1],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])