diff options
author | Michael Biebl <biebl@debian.org> | 2014-03-17 15:01:26 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2014-03-17 15:01:26 +0100 |
commit | 29b51b47d541217c16564ac1f8ecb4a6067c4dad (patch) | |
tree | 76016094935576363adcba5658c52ac33b78f5e8 /configure.ac | |
parent | 29867b5cc18d25191fbbdcc4af4f79cc3a4da43e (diff) | |
download | rsyslog-29b51b47d541217c16564ac1f8ecb4a6067c4dad.tar.gz |
Imported Upstream version 7.6.2upstream/7.6.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5feb6f5..314c16e 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],[7.6.1],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.6.2],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE([subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) @@ -1071,7 +1071,7 @@ AC_ARG_ENABLE(relp, [enable_relp=no] ) if test "x$enable_relp" = "xyes"; then - PKG_CHECK_MODULES(RELP, relp >= 1.2.3) + PKG_CHECK_MODULES(RELP, relp >= 1.2.4) fi AM_CONDITIONAL(ENABLE_RELP, test x$enable_relp = xyes) |