Merge pull request #283 from Ostrokrzew/devel

Modify error message
This commit is contained in:
Robert Baldyga 2020-01-21 11:36:46 +01:00 committed by GitHub
commit 52e6e29649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
configure vendored
View File

@ -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