dnl Disabled on BSD, where it doesn't apply
AC_MSG_CHECKING(if ksysv can be compiled)
case "$host" in
  *-*-*bsd-gnu) ksysv_compile=yes;;
  *-*-*bsd*) ksysv_compile=no;;
  *) ksysv_compile=yes;;
esac
AC_MSG_RESULT($ksysv_compile)
if test "$ksysv_compile" = "no"; then
  DO_NOT_COMPILE="$DO_NOT_COMPILE ksysv"
fi