瀏覽代碼

CONFIG_FUT is needed by the external tool FxT, and therefore should not be prefixed

Nathalie Furmento 15 年之前
父節點
當前提交
029af75db3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -361,7 +361,7 @@ AM_CONDITIONAL(STARPU_USE_FXT, test x$use_fxt = xyes)
 
 if test x$use_fxt = xyes; then
 	AC_DEFINE(STARPU_USE_FXT, [1], [enable FxT traces])
-	AC_DEFINE(STARPU_CONFIG_FUT, [1], [enable FUT traces])
+	AC_DEFINE(CONFIG_FUT, [1], [enable FUT traces])
 
 	AC_SUBST(USE_FXTDIR_FROM_USER,$use_fxt_from_system)
 	if test x$use_fxt_from_system = xno; then