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

This commit is contained in:
Brian Behlendorf 2010-03-08 16:10:59 -08:00
commit 8edf16d0e3
1 changed files with 8 additions and 0 deletions

8
configure vendored
View File

@ -19155,6 +19155,10 @@ echo $ECHO_N "checking spl source directory... $ECHO_C" >&6
sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
2>/dev/null | tail -1`
if test -z "$sourcelink" || test ! -e $sourcelink; then
sourcelink=../spl
fi
if test -e $sourcelink; then
splsrc=`readlink -f ${sourcelink}`
else
@ -21872,6 +21876,10 @@ echo $ECHO_N "checking spl source directory... $ECHO_C" >&6
sourcelink=`ls -1d /usr/src/spl-*/${LINUX_VERSION} \
2>/dev/null | tail -1`
if test -z "$sourcelink" || test ! -e $sourcelink; then
sourcelink=../spl
fi
if test -e $sourcelink; then
splsrc=`readlink -f ${sourcelink}`
else