Browse Source

Really properly fix anim build

Samuel Thibault 9 years ago
parent
commit
b494a408b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/debug/traces/anim.c

+ 1 - 1
src/debug/traces/anim.c

@@ -21,7 +21,7 @@
 #include <starpu.h>
 #include "starpu_fxt.h"
 
-#ifdef STARPU_FXT
+#ifdef STARPU_USE_FXT
 static struct component {
 	UT_hash_handle hh;
 	char *name;