aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNed Bass <[email protected]>2012-06-05 12:45:37 -0700
committerBrian Behlendorf <[email protected]>2012-06-11 09:28:04 -0700
commitcac1f230e0537ceddead464dbd140e23a0556be6 (patch)
tree9dc1bbdc44d1bc5a862edc86c956098ae82a8c50 /configure
parentabe5b8fb669dfb30134e09d797665bb43b60fc2a (diff)
Improve CONFIG_DEBUG_LOCK_ALLOC error message
The configure script error message for kernels built with CONFIG_DEBUG_LOCK_ALLOC may give the impression that the issue is strictly with license compliance. To avoid confusion add some words indicating that the linking stage will fail if the build continues. Signed-off-by: Brian Behlendorf <[email protected]> Closes #773
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 12 insertions, 8 deletions
diff --git a/configure b/configure
index 9bcc551f4..a8e7cb711 100755
--- a/configure
+++ b/configure
@@ -12587,12 +12587,14 @@ sed 's/^/| /' conftest.$ac_ext >&5
$as_echo "yes" >&6; }
{ { $as_echo "$as_me:$LINENO: error:
*** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
- *** with the CDDL license. You must rebuild your kernel without
- *** this option enabled." >&5
+ *** with the CDDL license and will prevent the module linking stage
+ *** from succeeding. You must rebuild your kernel without this
+ *** option enabled." >&5
$as_echo "$as_me: error:
*** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
- *** with the CDDL license. You must rebuild your kernel without
- *** this option enabled." >&2;}
+ *** with the CDDL license and will prevent the module linking stage
+ *** from succeeding. You must rebuild your kernel without this
+ *** option enabled." >&2;}
{ (exit 1); exit 1; }; }
@@ -18680,12 +18682,14 @@ sed 's/^/| /' conftest.$ac_ext >&5
$as_echo "yes" >&6; }
{ { $as_echo "$as_me:$LINENO: error:
*** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
- *** with the CDDL license. You must rebuild your kernel without
- *** this option enabled." >&5
+ *** with the CDDL license and will prevent the module linking stage
+ *** from succeeding. You must rebuild your kernel without this
+ *** option enabled." >&5
$as_echo "$as_me: error:
*** Kernel built with CONFIG_DEBUG_LOCK_ALLOC which is incompatible
- *** with the CDDL license. You must rebuild your kernel without
- *** this option enabled." >&2;}
+ *** with the CDDL license and will prevent the module linking stage
+ *** from succeeding. You must rebuild your kernel without this
+ *** option enabled." >&2;}
{ (exit 1); exit 1; }; }