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:
Dominique Martinet
2017-09-12 10:40:46 +09:00
committed by Balazs Gerofi
parent b3613e2535
commit 2f9af42b2e
2 changed files with 2 additions and 2 deletions

View File

@ -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/*)
;;