mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
config: user: drop ZONENAME, avoid lying about being Linux-only
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
This commit is contained in:
parent
0fb1bf6586
commit
ae43120abc
@ -30,19 +30,8 @@ AC_DEFUN([ZFS_AC_CONFIG_USER], [
|
|||||||
ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
|
ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS
|
||||||
ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
|
ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV
|
||||||
ZFS_AC_CONFIG_USER_ZFSEXEC
|
ZFS_AC_CONFIG_USER_ZFSEXEC
|
||||||
ZFS_AC_TEST_FRAMEWORK
|
|
||||||
|
|
||||||
AC_CHECK_FUNCS([issetugid mlockall strlcat strlcpy])
|
AC_CHECK_FUNCS([issetugid mlockall strlcat strlcpy])
|
||||||
])
|
|
||||||
|
|
||||||
dnl #
|
|
||||||
dnl # Setup the environment for the ZFS Test Suite. Currently only
|
|
||||||
dnl # Linux style systems are supported but this infrastructure can
|
|
||||||
dnl # be extended to support other platforms if needed.
|
|
||||||
dnl #
|
|
||||||
AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
|
|
||||||
ZONENAME="echo global"
|
|
||||||
AC_SUBST(ZONENAME)
|
|
||||||
|
|
||||||
AC_SUBST(RM)
|
AC_SUBST(RM)
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user