X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=e8eee8dff31608648d173543ab61838eb9e5ad01;hb=refs%2Fheads%2Fcollectd-5.10;hp=4e585bd2165c2c73d0b728a56b2d0ebc38959403;hpb=1dfd4ca227102355c8b89c83d68a67dbd9276e24;p=collectd.git diff --git a/configure.ac b/configure.ac index 4e585bd2..e8eee8df 100644 --- a/configure.ac +++ b/configure.ac @@ -2092,8 +2092,8 @@ if test "x$with_cuda" = "xyes"; then fi if test "x$with_cuda" = "xyes"; then - BUILD_WITH_CUDA_CPPFLAGS="$CUDA_CPPFLAGS" - BUILD_WITH_CUDA_LDFLAGS="$CUDA_LDFLAGS" + BUILD_WITH_CUDA_CPPFLAGS="$with_cuda_cppflags" + BUILD_WITH_CUDA_LDFLAGS="$with_cuda_ldflags" BUILD_WITH_CUDA_LIBS="-lnvidia-ml" fi