Explorar el Código

Fix previous commit

Cédric Augonnet hace 16 años
padre
commit
d11bfda915
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -285,7 +285,7 @@ fi
 
 AC_MSG_CHECKING(whether MAGMA should be used)
 AC_MSG_RESULT($enable_magma)
-if test x$enable_magma; then
+if test x$enable_magma = xyes; then
 	AC_DEFINE(STARPU_HAVE_MAGMA, [1], [use MAGMA library])
 fi