Sfoglia il codice sorgente

Fix previous commit

Cédric Augonnet 16 anni fa
parent
commit
d11bfda915
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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