Remove FreeBSD from the BSD family

The task-manager-bsd.c code doesn't build from FreeBSD. After a look
around FreeBSD retrieves system information through libkvm (Kernel Data
Access Library.) Therefore a separate implementation for FreeBSD will be
needed.
This commit is contained in:
Mike Massonnet
2010-05-16 13:54:46 +02:00
parent db0ab60561
commit f358841741

View File

@@ -68,7 +68,10 @@ dnl ***********************************
dnl ******* Check for OS family ******* dnl ******* Check for OS family *******
dnl *********************************** dnl ***********************************
case "$target_os" in case "$target_os" in
dragonfly*|freebsd*|netbsd*|openbsd*|darwin*) freebsd*)
AC_MSG_ERROR([Support for FreeBSD is missing])
;;
dragonfly*|netbsd*|openbsd*|darwin*)
ac_os_implementation="bsd" ac_os_implementation="bsd"
;; ;;
solaris*) solaris*)