浏览代码

configure.ac: enable starpupy by default

Nathalie Furmento 4 年之前
父节点
当前提交
89925ce7b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -3438,7 +3438,7 @@ AM_CONDITIONAL(STARPU_BUILD_STARPURM_EXAMPLES, [test x$enable_starpurm_examples
 
 
 starpupy_support=no
 starpupy_support=no
 AC_ARG_ENABLE(starpupy, [AS_HELP_STRING([--enable-starpupy], [enable StarPU python interface])],
 AC_ARG_ENABLE(starpupy, [AS_HELP_STRING([--enable-starpupy], [enable StarPU python interface])],
-                    enable_starpupy=$enableval, enable_starpupy=no)
+                    enable_starpupy=$enableval, enable_starpupy=yes)
 if test "x$enable_starpupy" != xno
 if test "x$enable_starpupy" != xno
 then
 then
 	starpupy_support=yes
 	starpupy_support=yes