diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-18 14:51:49 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-18 14:51:49 +0200 |
commit | d45a286f2dee3c3d5aefef1ac16a02578c95f574 (patch) | |
tree | 9a6dc8ff9fbf7feea6db3eb4a17f0c21c2efb9fb /configure.ac | |
parent | c01ed77e5085baec0ad0a8c6ffcb32f11b6939e8 (diff) | |
parent | 73abfd1fad59ffc426072bac779e4c0f4c712619 (diff) | |
download | rsyslog-d45a286f2dee3c3d5aefef1ac16a02578c95f574.tar.gz rsyslog-d45a286f2dee3c3d5aefef1ac16a02578c95f574.tar.xz rsyslog-d45a286f2dee3c3d5aefef1ac16a02578c95f574.zip |
Merge branch 'v3-stable' into beta
Conflicts:
doc/property_replacer.html
tools/syslogd.c
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 3e8720f4..13ef63d0 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]) |