diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-09 16:28:31 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-09 16:28:31 +0200 |
commit | a6bc115d50519af6c171acacf9e41194a8dc82c5 (patch) | |
tree | 727472f2af7607d53e09bfb9bcc1be3173e4709d | |
parent | 0b447f310ac057ba59f0238f5bd663c993a823c2 (diff) | |
download | rsyslog-a6bc115d50519af6c171acacf9e41194a8dc82c5.tar.gz rsyslog-a6bc115d50519af6c171acacf9e41194a8dc82c5.tar.xz rsyslog-a6bc115d50519af6c171acacf9e41194a8dc82c5.zip |
fixed klog platform selection on linux
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5290edb4..12d6896a 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ AC_CANONICAL_HOST case "${host}" in *-*-linux*) + AM_CONDITIONAL(ENABLE_IMKLOG_BSD, test x = y) ;; *-*-*darwin*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*) AC_DEFINE([OS_BSD], [1], [Indicator for a BSD OS]) |