diff options
author | Brian Behlendorf <[email protected]> | 2016-11-04 21:10:17 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-11-07 10:26:17 -0800 |
commit | 61f9b2cd12a34dcc98e1c94d2988d561ff847b7b (patch) | |
tree | 4a5505d0c620b3b7bab581a3f8b64a45dd2e9ac8 /config | |
parent | 1ad9de6d08f8c0261094d322a4507a5cbbb53e66 (diff) |
Replace ISAINFO with is_32bit function
The isainfo(1) utility was used by the ZFS Test Suite to determine
when running on a 32-bit platform. This non-portable check has been
replaced with an is_32bit helper function which uses getconf(1).
The getconf(1) utility is available for Linux, FreeBSD, and Illumos.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'config')
-rw-r--r-- | config/user-commands.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/user-commands.m4 b/config/user-commands.m4 index d53bec4ff..b40606c3c 100644 --- a/config/user-commands.m4 +++ b/config/user-commands.m4 @@ -144,7 +144,6 @@ AC_DEFUN([ZFS_AC_CONFIG_USER_COMMANDS_BSD], [ AC_PATH_TOOL(DUMPADM, dumpadm, "") AC_PATH_TOOL(FORMAT, format, "") AC_PATH_TOOL(GETMAJOR, getmajor, "") - AC_PATH_TOOL(ISAINFO, isainfo, "") AC_PATH_TOOL(KSTAT, kstat, "") AC_PATH_TOOL(LOCKFS, lockfs, "") AC_PATH_TOOL(LOFIADM, lofiadm, "") |