浏览代码

port r11472 from 1.1: Document that allocation cache is enabled by default

Samuel Thibault 11 年之前
父节点
当前提交
1e620a1aef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -1536,8 +1536,8 @@ AC_DEFINE_UNQUOTED(STARPU_MAXNODES, [$maxnodes],
 
 
 AC_MSG_CHECKING(whether allocation cache should be used)
-AC_ARG_ENABLE(allocation-cache, [AS_HELP_STRING([--enable-allocation-cache],
-			[enable data allocation cache])],
+AC_ARG_ENABLE(allocation-cache, [AS_HELP_STRING([--disable-allocation-cache],
+			[disable data allocation cache])],
 			enable_allocation_cache=$enableval, enable_allocation_cache=yes)
 AC_MSG_RESULT($enable_allocation_cache)
 if test x$enable_allocation_cache = xyes; then