소스 검색

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