浏览代码

configure.ac: really enable gcc plug-in by default

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

+ 1 - 1
configure.ac

@@ -1132,7 +1132,7 @@ AC_ARG_ENABLE([gcc-extensions],
   [AS_HELP_STRING([--enable-gcc-extensions],
     [build the GCC plug-in that provides C language extensions (experimental)])],
   [enable_gcc_plugin="$enableval"],
-  [enable_gcc_plugin="no"])
+  [enable_gcc_plugin="yes"])
 
 if test "x$enable_gcc_plugin" = "xyes" ; then
     STARPU_GCC_PLUGIN_SUPPORT