X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=config%2Fkernel.m4;h=9e4ac11ddd3851b36331b566ed8eb0a96c41df94;hb=cac1f230e0537ceddead464dbd140e23a0556be6;hp=0f610007119386d7b95fac4676961346f9ffc3ee;hpb=e5b85622771090b7529cffdd38c0402a544609ef;p=zfs.git diff --git a/config/kernel.m4 b/config/kernel.m4 index 0f61000..9e4ac11 100644 --- a/config/kernel.m4 +++ b/config/kernel.m4 @@ -374,8 +374,9 @@ AC_DEFUN([ZFS_AC_KERNEL_CONFIG_DEBUG_LOCK_ALLOC], [ AC_MSG_RESULT(yes) AC_MSG_ERROR([ *** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible - *** with the CDDL license. You must rebuild your kernel without - *** this option enabled.]) + *** with the CDDL license and will prevent the module linking stage + *** from succeeding. You must rebuild your kernel without this + *** option enabled.]) ]) EXTRA_KCFLAGS="$tmp_flags" ], [])