Parcourir la source

configure.ac: typo

Nathalie Furmento il y a 14 ans
Parent
commit
87ed874e79
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -1164,7 +1164,7 @@ if test x$blas_lib = xmaybe; then
 			LDFLAGS="${LDFLAGS} $withval"
 			blas_lib=mkl
 		])
-	if test x$blas_lib=xmkl; then
+	if test x$blas_lib = xmkl; then
 	        AC_DEFINE(STARPU_MKL, [1], [use MKL library])
 	fi
 fi