Skip to content

Commit 1e69bc2

Browse files
fix compile fail when --without-cart isn't given
fixes #272
1 parent e92a0cd commit 1e69bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ AM_COND_IF([USE_CEPHFS_AIORI],[
215215
AC_ARG_WITH([cart],
216216
[AS_HELP_STRING([--with-cart],
217217
[support IO with DAOS backends @<:@default=no@:>@])],
218-
[], [with_daos=no])
218+
[], [with_cart=no])
219219

220220
AS_IF([test "x$with_cart" != xno], [
221221
CART="yes"

0 commit comments

Comments
 (0)