From ae43120abc7f8ac952530c48d413d4dc89ab94cc Mon Sep 17 00:00:00 2001 From: наб Date: Thu, 7 Apr 2022 00:41:46 +0200 Subject: config: user: drop ZONENAME, avoid lying about being Linux-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia Ziemiańska Closes #13316 --- config/user.m4 | 11 ----------- 1 file changed, 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) ]) -- cgit v1.2.3