diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-18 15:46:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-18 15:46:00 +0200 |
commit | 71e4eebdf1f34c9fb10b3a8d7462ad624f740c10 (patch) | |
tree | 01d71323e0bac815f92191f5b7e36d899aed7d18 /configure.ac | |
parent | 37bac26f6edb2104829ed1b97061753530ecbdf8 (diff) | |
parent | d45a286f2dee3c3d5aefef1ac16a02578c95f574 (diff) | |
download | rsyslog-71e4eebdf1f34c9fb10b3a8d7462ad624f740c10.tar.gz rsyslog-71e4eebdf1f34c9fb10b3a8d7462ad624f740c10.tar.bz2 rsyslog-71e4eebdf1f34c9fb10b3a8d7462ad624f740c10.zip |
Merge branch 'beta'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 91641416..8352de64 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,11 @@ case "${host}" in AC_DEFINE([OS_BSD], [1], [Indicator for a BSD OS]) os_type="bsd" ;; + *-*-kfreebsd*) + # kernel is FreeBSD, but userspace is glibc - i.e. like linux + # do not DEFINE OS_BSD + os_type="bsd" + ;; esac AC_DEFINE_UNQUOTED([HOSTENV], "$host", [the host environment, can be queried via a system variable]) |