summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-10-04 22:31:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-18 12:58:04 +0200
commitd8142e2884c66bdec676d6b72503028c785669ba (patch)
treef64fe00cd0b33de2380e7c662ffe61046547d557 /configure.ac
parentd9fe6affb31e9c45d342fbd944abafa8b074e43b (diff)
downloadrsyslog-d8142e2884c66bdec676d6b72503028c785669ba.tar.gz
rsyslog-d8142e2884c66bdec676d6b72503028c785669ba.tar.xz
rsyslog-d8142e2884c66bdec676d6b72503028c785669ba.zip
build: Drop unused CNF_LIBS variable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cc5830b6..519266f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -775,7 +775,6 @@ AC_ARG_ENABLE(rsyslogrt,
if test "x$enable_rsyslogrt" = "xyes"; then
RSRT_CFLAGS1="-I\$(top_srcdir)/runtime -I\$(top_srcdir) -I\$(top_srcdir)/grammar"
RSRT_LIBS1="\$(top_builddir)/runtime/librsyslog.la"
- #??CNF_LIBS="\$(top_builddir)/grammar/libgrammar.la"
fi
AM_CONDITIONAL(ENABLE_RSYSLOGRT, test x$enable_rsyslogrt = xyes)
RSRT_CFLAGS="\$(RSRT_CFLAGS1) \$(LIBESTR_CFLAGS) \$(JSON_C_FLAGS)"