X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=config%2Flustre-build-zfs.m4;h=04e9bc0510449f495d2e77b57728a1fe5102760b;hb=86c3f90d3ab8dbd21dc6fa325aa3a0556fb94035;hp=b92d17fbd19a08727867b73ff62ec9c732f60295;hpb=f0795a24fd79e2cf2c2dccc1a2b510fabd9ddacf;p=fs%2Flustre-release.git diff --git a/config/lustre-build-zfs.m4 b/config/lustre-build-zfs.m4 index b92d17f..04e9bc0 100644 --- a/config/lustre-build-zfs.m4 +++ b/config/lustre-build-zfs.m4 @@ -630,5 +630,10 @@ your distribution. ]) ]) + AS_IF([test "x$enable_zfs" = xyes], [ + AC_SUBST(ENABLE_ZFS, yes) + ], [ + AC_SUBST(ENABLE_ZFS, no) + ]) AM_CONDITIONAL(ZFS_ENABLED, [test "x$enable_zfs" = xyes]) ])