浏览代码

configure.ac: typo 'test x=xno' ==> 'test x = xno'

Nathalie Furmento 14 年之前
父节点
当前提交
e533af0ce6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -252,7 +252,7 @@ if test x$enable_cuda = xyes -o x$enable_cuda = xmaybe; then
 			AC_HAVE_LIBRARY([cuda],[found_cudalib=yes],[found_cudalib=no])
 		fi
 
-		if test x$found_cudalib=xno -a -d "$cuda_dir/lib64/"; then
+		if test x$found_cudalib = xno -a -d "$cuda_dir/lib64/"; then
 			LDFLAGS="${SAVED_LDFLAGS} -L$cuda_dir/lib64/ "
 	                STARPU_CUDA_LDFLAGS="-L$cuda_dir/lib64/"
 		fi