summaryrefslogtreecommitdiffstats
path: root/config/kernel-kstrtoul.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel-kstrtoul.m4')
-rw-r--r--config/kernel-kstrtoul.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/config/kernel-kstrtoul.m4 b/config/kernel-kstrtoul.m4
index ef3c9843c..8e4b54297 100644
--- a/config/kernel-kstrtoul.m4
+++ b/config/kernel-kstrtoul.m4
@@ -1,8 +1,6 @@
dnl #
dnl # 2.6.39 API change
-dnl #
-dnl # If kstrtoul() doesn't exist, fallback to use strict_strtoul() which has
-dnl # existed since 2.6.25.
+dnl # Added kstrtoul()
dnl #
AC_DEFUN([ZFS_AC_KERNEL_SRC_KSTRTOUL], [
ZFS_LINUX_TEST_SRC([kstrtoul], [
@@ -18,6 +16,6 @@ AC_DEFUN([ZFS_AC_KERNEL_KSTRTOUL], [
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_KSTRTOUL, 1, [kstrtoul() exists])
],[
- AC_MSG_RESULT(no)
+ ZFS_LINUX_TEST_ERROR([kstrtoul()])
])
])