aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/user-commands.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/config/user-commands.m4 b/config/user-commands.m4
index f7c82667d..01dbf3484 100644
--- a/config/user-commands.m4
+++ b/config/user-commands.m4
@@ -108,6 +108,9 @@ AC_DEFUN([ZFS_AC_CONFIG_USER_COMMANDS_LINUX], [
AC_PATH_TOOL(IOSTAT, iostat, "")
AC_PATH_TOOL(LOCKFS, lsof, "")
AC_PATH_TOOL(LSBLK, lsblk, "")
+ AC_PATH_TOOL(LSMOD, lsmod, "")
+ AC_PATH_TOOL(LSSCSI, lsscsi, "")
+ AC_PATH_TOOL(MODLOAD, modprobe, "")
AC_PATH_TOOL(MODUNLOAD, rmmod, "")
AC_PATH_TOOL(MPSTAT, mpstat, "")
AC_PATH_TOOL(NEWFS, mke2fs, "")