commit | 922501338334e6696cc65ca3bc664762e0af7832 | [log] [tgz] |
---|---|---|
author | Cyril Hrubis <chrubis@suse.cz> | Thu Aug 21 16:54:09 2014 +0200 |
committer | Cyril Hrubis <chrubis@suse.cz> | Tue Aug 26 15:04:03 2014 +0200 |
tree | 62bf2c90debab37523221da2b4cb94e752ef2b29 | |
parent | 54cee11afd85e6863cfc3b8de9b1b55420ea470e [diff] |
configure: Fix kernel devel check. According to Michal Marek <mmarek@suse.cz> grepping the Makefile for VERSION and PATCHLEVEL is not supported and these variables may be removed int the future. The correct way to get kernel version from the build directory is to run 'make -s kernelversion'. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>