diff options
author | Michael Biebl <mbiebel@gmail.com> | 2009-02-06 13:59:43 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-06 13:59:43 +0100 |
commit | d742b251a6cdac02b235bd7459fa60890a0e6e24 (patch) | |
tree | 9811869487185ce883189120b690a38022267fe8 /configure.ac | |
parent | 91fd3bafdaad2d3d6a37ae3b9a48c651a16ecb68 (diff) | |
download | rsyslog-d742b251a6cdac02b235bd7459fa60890a0e6e24.tar.gz rsyslog-d742b251a6cdac02b235bd7459fa60890a0e6e24.tar.xz rsyslog-d742b251a6cdac02b235bd7459fa60890a0e6e24.zip |
bugfix: invalid ./configure settings for RFC3195
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
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 7af05e43..910e0114 100644 --- a/configure.ac +++ b/configure.ac @@ -581,8 +581,8 @@ if test "x$enable_rfc3195" = "xyes"; then PKG_CHECK_MODULES(LIBLOGGING, liblogging >= 0.7.1) fi AM_CONDITIONAL(ENABLE_RFC3195, test x$enable_rfc3195 = xyes) -AC_SUBST(RFC3195_CFLAGS) -AC_SUBST(RFC3195_LIBS) +AC_SUBST(LIBLOGGING_CFLAGS) +AC_SUBST(LIBLOGGING_LIBS) # settings for the template input module; copy and modify this code |