Browse Source

configure.ac: typo

Nathalie Furmento 14 years ago
parent
commit
87ed874e79
1 changed files with 1 additions and 1 deletions
  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