From 45c7f5ca959b36111cd9365c8dc466de03b10c72 Mon Sep 17 00:00:00 2001 From: flipclip Date: Thu, 8 Jan 2015 21:08:25 -0500 Subject: [PATCH] Update configure.ac missing "then", causing ./configure to fail in linux. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b33923bf46..003c7d2842 100644 --- a/configure.ac +++ b/configure.ac @@ -154,7 +154,7 @@ then CUDA_INCLUDES="-I$with_cuda/include" CUDA_LIBS="-lcudart" CUDA_LDFLAGS="-L$with_cuda/lib$SUFFIX" - if test -x "$with_cuda/bin/nvcc" + if test -x "$with_cuda/bin/nvcc" ; then NVCC="$with_cuda/bin/nvcc" fi else