summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2008-04-10 09:53:45 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-10 12:13:11 +0200
commitafb66b5c6dcf1287999d4610361242c65404b858 (patch)
tree90a06989e4cb063539ecec140ce995ad0b0b1e39
parentcac432e7cb65ea4694a183823267cbcd67e97ad6 (diff)
downloadrsyslog-afb66b5c6dcf1287999d4610361242c65404b858.tar.gz
rsyslog-afb66b5c6dcf1287999d4610361242c65404b858.tar.xz
rsyslog-afb66b5c6dcf1287999d4610361242c65404b858.zip
Rename ENABLE_IMKLOGD to ENABLE_IMKLOG
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6aea7600..eb7a32d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -182,7 +182,7 @@ SUBDIRS = . doc
SUBDIRS += plugins/immark plugins/imuxsock plugins/imtcp plugins/imudp plugins/omtesting
-if ENABLE_IMKLOGD
+if ENABLE_IMKLOG
SUBDIRS += plugins/imklog
endif
diff --git a/configure.ac b/configure.ac
index 12d6896a..5d7c46e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -204,7 +204,7 @@ AC_ARG_ENABLE(klog,
esac],
[enable_klog="yes"]
)
-AM_CONDITIONAL(ENABLE_IMKLOGD, test x$enable_klog = xyes)
+AM_CONDITIONAL(ENABLE_IMKLOG, test x$enable_klog = xyes)
#
# SYSLOG_UNIXAF