summaryrefslogtreecommitdiffstats
path: root/config/kernel-sget-args.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel-sget-args.m4')
-rw-r--r--config/kernel-sget-args.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/config/kernel-sget-args.m4 b/config/kernel-sget-args.m4
index 13581399e..afa62c797 100644
--- a/config/kernel-sget-args.m4
+++ b/config/kernel-sget-args.m4
@@ -19,8 +19,7 @@ AC_DEFUN([ZFS_AC_KERNEL_SGET], [
AC_MSG_CHECKING([whether sget() wants 5 args])
ZFS_LINUX_TEST_RESULT([sget_5args], [
AC_MSG_RESULT(yes)
- AC_DEFINE(HAVE_5ARG_SGET, 1, [sget() wants 5 args])
],[
- AC_MSG_RESULT(no)
+ ZFS_LINUX_TEST_ERROR([sget()])
])
])