From 88e5ae21c8c0fbdb4ffa7764d2773fe40676a5c1 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 8 Mar 2010 16:09:59 -0800 Subject: [PATCH] Refresh autogen products --- configure | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure b/configure index 1d313bbe8c..b17cf86c76 100755 --- a/configure +++ b/configure @@ -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