summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-25 18:22:14 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-25 18:22:14 +0100
commit92369b253c302c7be30156b69b62f5ad90369cf0 (patch)
tree3e3754ae6ff3582c64e25fafa6e694179bac2008 /configure.ac
parentb628ec633ebd8bdf2e1ddb168b7b63ea2c1bb87c (diff)
downloadrsyslog-92369b253c302c7be30156b69b62f5ad90369cf0.tar.gz
rsyslog-92369b253c302c7be30156b69b62f5ad90369cf0.tar.xz
rsyslog-92369b253c302c7be30156b69b62f5ad90369cf0.zip
added some starting point for a solaris imklog driver
... far from being functional at this time!
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fcd70c30..c24468be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,6 +278,7 @@ AC_ARG_ENABLE(klog,
AM_CONDITIONAL(ENABLE_IMKLOG, test x$enable_klog = xyes)
AM_CONDITIONAL(ENABLE_IMKLOG_BSD, test x$os_type = xbsd)
AM_CONDITIONAL(ENABLE_IMKLOG_LINUX, test x$os_type = xlinux)
+AM_CONDITIONAL(ENABLE_IMKLOG_SOLARIS, test x$os_type = xsolaris)
#