Fix minor autoconf error message inconsistencies
A few of the autoconf error messages were inconsistent with the rest of the build system. To be specific, the inconsistencies addressed by this commit are the following: * The second line of the error message for the CONFIG_PREEMPT check was missing it's third asterisk. * A few of the error messages were prefixed by two tabs, whereas the majority of error messages are only prefixed by a single tab. Signed-off-by: Prakash Surya <surya1@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
1a2e6a635f
commit
2984e0bb0c
|
@ -308,7 +308,7 @@ AC_DEFUN([ZFS_AC_KERNEL_CONFIG], [
|
|||
ZFS_LINUX_CONFIG([PREEMPT],
|
||||
AC_MSG_ERROR([
|
||||
*** Kernel built with CONFIG_PREEMPT which is not supported.
|
||||
** You must rebuild your kernel without this option.]), [])
|
||||
*** You must rebuild your kernel without this option.]), [])
|
||||
|
||||
if test "$ZFS_META_LICENSE" = CDDL; then
|
||||
ZFS_LINUX_CONFIG([DEBUG_LOCK_ALLOC],
|
||||
|
|
|
@ -12274,10 +12274,10 @@ _ACEOF
|
|||
$as_echo "yes" >&6; }
|
||||
{ { $as_echo "$as_me:$LINENO: error:
|
||||
*** Kernel built with CONFIG_PREEMPT which is not supported.
|
||||
** You must rebuild your kernel without this option." >&5
|
||||
*** You must rebuild your kernel without this option." >&5
|
||||
$as_echo "$as_me: error:
|
||||
*** Kernel built with CONFIG_PREEMPT which is not supported.
|
||||
** You must rebuild your kernel without this option." >&2;}
|
||||
*** You must rebuild your kernel without this option." >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
|
||||
else
|
||||
|
@ -16632,10 +16632,10 @@ _ACEOF
|
|||
$as_echo "yes" >&6; }
|
||||
{ { $as_echo "$as_me:$LINENO: error:
|
||||
*** Kernel built with CONFIG_PREEMPT which is not supported.
|
||||
** You must rebuild your kernel without this option." >&5
|
||||
*** You must rebuild your kernel without this option." >&5
|
||||
$as_echo "$as_me: error:
|
||||
*** Kernel built with CONFIG_PREEMPT which is not supported.
|
||||
** You must rebuild your kernel without this option." >&2;}
|
||||
*** You must rebuild your kernel without this option." >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue