James Pike wrote: > Fix detection of kernel source directory when it is different to build > directory. > Signed-off-by: James Pike <james@xxxxxxxxxx> > > diff --git a/configure b/configure > index e01ba98..c3b7a5f 100755 > --- a/configure > +++ b/configure > @@ -91,7 +91,7 @@ arch=${arch%%-*} > > # see if we have split build and source directories > if [ -d "$kerneldir/include2" ]; then > - kernelsourcedir=${kerneldir%/*}/source > + kernelsourcedir=`readlink -f $kerneldir/source` > fi > > if [ -n "$no_uname" -a "$want_module" ]; then So far I can't reproduce any problem that the above could fix, but maybe Avi sees why we need it and that it doesn't regress elsewhere. Jan -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html