diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-17 11:52:10 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-17 11:52:10 +0000 |
commit | 9088ee33893803cc47a69ba671ebfe10cc09c95b (patch) | |
tree | e0889ed5bb7dc349eff57d0af1a21c5a81c86218 /configure.ac | |
parent | 369b0ebd927545b9a9e4be211580ce6e0d77284d (diff) | |
download | rsyslog-9088ee33893803cc47a69ba671ebfe10cc09c95b.tar.gz rsyslog-9088ee33893803cc47a69ba671ebfe10cc09c95b.tar.xz rsyslog-9088ee33893803cc47a69ba671ebfe10cc09c95b.zip |
begun imklog, replacing klogd.c (finally we get rid of it...)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ef5353d9..2cf912ec 100644 --- a/configure.ac +++ b/configure.ac @@ -204,6 +204,7 @@ AC_ARG_ENABLE(klogd, if test "$enable_klogd" = "yes"; then AC_DEFINE(FEATURE_KLOGD, 1, [klogd functionality is integrated.]) fi +AM_CONDITIONAL(ENABLE_IMKLOGD, test x$enable_klogd = xyes) # # SYSLOG_UNIXAF @@ -348,7 +349,7 @@ AC_SUBST(pgsql_libs) -AC_CONFIG_FILES([Makefile doc/Makefile plugins/immark/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile]) +AC_CONFIG_FILES([Makefile doc/Makefile plugins/immark/Makefile plugins/imklog/Makefile plugins/ommysql/Makefile plugins/ompgsql/Makefile]) AC_OUTPUT echo "****************************************************" |