Explorar o código

Fix previous commit

Cédric Augonnet %!s(int64=16) %!d(string=hai) anos
pai
achega
d11bfda915
Modificáronse 1 ficheiros con 1 adicións e 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