X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=config%2Fkernel.m4;fp=config%2Fkernel.m4;h=d8a7b35839d5094d94286e93aede709a96f0f7f2;hb=4e95cc99b029f519ec1d3fd86df2910e7cb0d156;hp=88590be7af6bba5bf55d5f5ce85b0df84dea6ed2;hpb=4a5b1218088842cd5004d167da25ea96eb9a1a11;p=zfs.git diff --git a/config/kernel.m4 b/config/kernel.m4 index 88590be..d8a7b35 100644 --- a/config/kernel.m4 +++ b/config/kernel.m4 @@ -109,7 +109,7 @@ AC_DEFUN([ZFS_AC_MODULE_SYMVERS], [ AS_IF([test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"], [ AC_MSG_ERROR([ *** Please make sure the kernel devel package for your distribution - *** is installed. If your building with a custom kernel make sure the + *** is installed. If you are building with a custom kernel, make sure the *** kernel is configured, built, and the '--with-linux=PATH' configure *** option refers to the location of the kernel source.]) ]) @@ -163,7 +163,7 @@ AC_DEFUN([ZFS_AC_KERNEL], [ AS_IF([test ! -d "$kernelsrc"], [ AC_MSG_ERROR([ *** Please make sure the kernel devel package for your distribution - *** is installed then try again. If that fails you can specify the + *** is installed and then try again. If that fails, you can specify the *** location of the kernel source with the '--with-linux=PATH' option.]) ])