configure: set KERNELSRC with double-quotes
This evals 4.12.5-300.fc26.x86_64 right away, which is necessary for e.g. the variable used for System.map detection. (looking at history, ihk always had double-quotes while mckernel always had singles quotes -- this looks like a manual copy typo?)
This commit is contained in:
committed by
Balazs Gerofi
parent
b3613e2535
commit
2f9af42b2e
@ -153,7 +153,7 @@ esac
|
||||
|
||||
case "X$WITH_KERNELSRC" in
|
||||
Xyes | Xno | X)
|
||||
WITH_KERNELSRC='/lib/modules/`uname -r`/build'
|
||||
WITH_KERNELSRC="/lib/modules/`uname -r`/build"
|
||||
;;
|
||||
X/*)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user