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:
@@ -68,7 +68,10 @@ dnl ***********************************
|
||||
dnl ******* Check for OS family *******
|
||||
dnl ***********************************
|
||||
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"
|
||||
;;
|
||||
solaris*)
|
||||
|
||||
Reference in New Issue
Block a user