mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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 <behlendorf1@llnl.gov>
This commit is contained in:
@@ -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, "")
|
||||
|
||||
Reference in New Issue
Block a user