Modify message in configure script
There is no generic way to check apart presence of kernel headers and kernel devel packages. If we know system, we could use package manager, but without this knowledge, we can't distinguish which headers in kernel headers directory belongs to which package. Resolves #280 issue Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
parent
acd6171848
commit
903486f984
2
configure
vendored
2
configure
vendored
@ -27,7 +27,7 @@ check_util lsblk
|
|||||||
|
|
||||||
if [ ! -e /lib/modules/$(uname -r)/build/ &> /dev/null ]
|
if [ ! -e /lib/modules/$(uname -r)/build/ &> /dev/null ]
|
||||||
then
|
then
|
||||||
echo >&2 "Error: missing kernel headers"
|
echo >&2 "Error: missing kernel headers and/or kernel devel"
|
||||||
MISSING_TOOLS=1
|
MISSING_TOOLS=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user