Skip to content

Commit

Permalink
Merge pull request cbuchner1#4 from flipclip/patch-5
Browse files Browse the repository at this point in the history
Update configure.ac
  • Loading branch information
KlausT committed Jan 9, 2015
2 parents 99ab109 + 45c7f5c commit 7e44bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e44bf1

Please sign in to comment.