Skip to content
Snippets Groups Projects
Commit d1efec94 authored by Ricardo M. Correia's avatar Ricardo M. Correia
Browse files

Branch b_hd_kdmu

b=17584

Trivial autoconf fixes for 0.4.x versions of the SPL and ZFS repos.
parent da0dca9d
No related merge requests found
......@@ -528,11 +528,11 @@ if test x$dmu_osd = xyes; then
AC_SUBST(spl_src)
LB_CHECK_FILE([$SPL_DIR/modules/spl/spl-generic.c],[],[
LB_CHECK_FILE([$SPL_DIR/module/spl/spl-generic.c],[],[
AC_MSG_ERROR([A complete SPL tree was not found in $SPL_DIR.])
])
LB_CHECK_FILE([$ZFS_DIR/zfs/lib/libzpool/dmu.c],[],[
LB_CHECK_FILE([$ZFS_DIR/module/zfs/dmu.c],[],[
AC_MSG_ERROR([A complete kernel DMU tree was not found in $ZFS_DIR.])
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment