diff options
author | Brian Behlendorf <[email protected]> | 2009-01-15 10:46:28 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-01-15 10:46:28 -0800 |
commit | f23556ee902839b8f665e6290d835530c9cecf9a (patch) | |
tree | 4e54b1cb30ac949084bfc441371c6cc66b46ce25 /configure | |
parent | 8d87f5aba54222aa90a3d36f9d6ac476ec023e76 (diff) |
Refresh autogen products
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |