2 dnl # Set the target system
4 AC_DEFUN([ZFS_AC_CONFIG_ALWAYS_SYSTEM], [
5 AC_MSG_CHECKING([for system type ($host_os)])
8 AC_DEFINE([SYSTEM_LINUX], [1],
9 [True if ZFS is to be compiled for a Linux system])
14 AC_DEFINE([SYSTEM_FREEBSD], [1],
15 [True if ZFS is to be compiled for a FreeBSD system])
24 AC_MSG_RESULT([$ac_system])
26 AC_SUBST([ac_system_l])
28 AM_CONDITIONAL([BUILD_LINUX], [test "x$ac_system" = "xLinux"])
29 AM_CONDITIONAL([BUILD_FREEBSD], [test "x$ac_system" = "xFreeBSD"])