summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-05 16:36:53 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-05 16:36:53 +0000
commite5a6c66766afd57105dda0cfabacb11d2b8e1d6b (patch)
treecdea20df67a9e2850295622b44fbb05aa59dd97f /configure.ac
parent60b38e75d4f13395a5326c408f560e425a674208 (diff)
downloadrsyslog-e5a6c66766afd57105dda0cfabacb11d2b8e1d6b.tar.gz
rsyslog-e5a6c66766afd57105dda0cfabacb11d2b8e1d6b.tar.xz
rsyslog-e5a6c66766afd57105dda0cfabacb11d2b8e1d6b.zip
removed some no-longer-needed code (thanks Michael Biebl for the help)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 4d22b277..01c82cfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,6 @@ AC_CANONICAL_HOST
case "${host}" in
*-*-linux*)
- # This feature indicates if klogd functionality
- # should be integrated. If it is switched off, klogd
- # is still compiled, but it is an empty shell.
- AC_DEFINE([FEATURE_KLOGD], [1], [Description])
;;
*-*-*darwin*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
AC_DEFINE([BSD], [1], [Description])
@@ -203,9 +199,6 @@ AC_ARG_ENABLE(klogd,
esac],
[enable_klogd="yes"]
)
-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)
#