summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-01-15 10:46:28 -0800
committerBrian Behlendorf <[email protected]>2009-01-15 10:46:28 -0800
commitf23556ee902839b8f665e6290d835530c9cecf9a (patch)
tree4e54b1cb30ac949084bfc441371c6cc66b46ce25 /configure
parent8d87f5aba54222aa90a3d36f9d6ac476ec023e76 (diff)
Refresh autogen products
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d5e77ef30..c159ee88a 100755
--- a/configure
+++ b/configure
@@ -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