소스 검색

small modif

Andra Hugo 13 년 전
부모
커밋
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"]
 	])