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

2
configure vendored
View File

@@ -27,7 +27,7 @@ check_util lsblk
if [ ! -e /lib/modules/$(uname -r)/build/ &> /dev/null ]
then
echo >&2 "Error: missing kernel headers"
echo >&2 "Error: missing kernel headers and/or kernel devel"
MISSING_TOOLS=1
fi