浏览代码

small modif

Andra Hugo 12 年之前
父节点
当前提交
2a5cd789f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -434,7 +434,7 @@ if test x$enable_cuda = xyes -o x$enable_cuda = xmaybe; then
 	AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
 		[[#include <cuda.h>]],
 		[[]]
-		)],
+		),
 	    [have_valid_cuda="yes"],
 	    [have_valid_cuda="no"]
 	])