Merge commit 'refs/top-bases/top' into top

This commit is contained in:
Brian Behlendorf 2009-01-15 10:47:11 -08:00
commit 6f18f5565d
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -19136,8 +19136,8 @@ echo "${ECHO_T}$splsrcver" >&6
echo "$as_me:$LINENO: checking spl Module.symvers" >&5
echo $ECHO_N "checking spl Module.symvers... $ECHO_C" >&6
if test -r $splbuild/modules/Module.symvers; then
splsymvers=$splbuild/modules/Module.symvers
if test -r $splbuild/module/Module.symvers; then
splsymvers=$splbuild/module/Module.symvers
elif test -r $kernelbuild/Module.symvers; then
splsymvers=$kernelbuild/Module.symvers
fi