diff options
author | наб <[email protected]> | 2022-04-07 00:41:46 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-05-10 10:17:55 -0700 |
commit | ae43120abc7f8ac952530c48d413d4dc89ab94cc (patch) | |
tree | cde7dd248b0e5518b98a6dde2eb184ef74d51468 | |
parent | 0fb1bf6586dc1d24d384d64cc2b32afb9e165332 (diff) |
config: user: drop ZONENAME, avoid lying about being Linux-only
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13316
-rw-r--r-- | config/user.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/user.m4 b/config/user.m4 index f450af47e..a7241f44f 100644 --- a/config/user.m4 +++ b/config/user.m4 @@ -30,19 +30,8 @@ AC_DEFUN([ZFS_AC_CONFIG_USER], [ ZFS_AC_CONFIG_USER_MAKEDEV_IN_SYSMACROS ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV ZFS_AC_CONFIG_USER_ZFSEXEC - ZFS_AC_TEST_FRAMEWORK 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) ]) |