summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-06 11:32:54 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-06 11:32:54 +0200
commit4fcfea31e3c46d27c5a54a8d1d9925e59550f82c (patch)
treec6936f35eb7700eccc6a3c9feaf306eba7679e16 /configure.ac
parent2081c264a3b3219ed4756e548ec9b122fae9328c (diff)
downloadrsyslog-4fcfea31e3c46d27c5a54a8d1d9925e59550f82c.tar.gz
rsyslog-4fcfea31e3c46d27c5a54a8d1d9925e59550f82c.tar.xz
rsyslog-4fcfea31e3c46d27c5a54a8d1d9925e59550f82c.zip
milestone/[NONWORKING]: first integration of new parser, rules are not yet handled
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1a239ca4..4f9113bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -707,9 +707,9 @@ AC_ARG_ENABLE(rsyslogrt,
[enable_rsyslogrt=yes]
)
if test "x$enable_rsyslogrt" = "xyes"; then
- RSRT_CFLAGS="-I\$(top_srcdir)/runtime -I\$(top_srcdir)"
+ RSRT_CFLAGS="-I\$(top_srcdir)/runtime -I\$(top_srcdir) -I\$(top_srcdir)/grammar"
RSRT_LIBS="\$(top_builddir)/runtime/librsyslog.la"
- CNF_LIBS="\$(top_builddir)/grammar/libgrammar.la"
+ #??CNF_LIBS="\$(top_builddir)/grammar/libgrammar.la"
fi
AM_CONDITIONAL(ENABLE_RSYSLOGRT, test x$enable_rsyslogrt = xyes)
AC_SUBST(RSRT_CFLAGS)