Whamcloud - gitweb
Branch b_hd_kdmu
authorrcorreia <rcorreia>
Fri, 6 Feb 2009 22:22:06 +0000 (22:22 +0000)
committerrcorreia <rcorreia>
Fri, 6 Feb 2009 22:22:06 +0000 (22:22 +0000)
b=17584

Trivial autoconf fixes for 0.4.x versions of the SPL and ZFS repos.

build/autoconf/lustre-build.m4

index 1ad9c06..9ba15bc 100644 (file)
@@ -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.])
                ])