Skip to content

Commit

Permalink
PR #855: configure.ac: correct NVIDIA_CLI variable name (closes #853)
Browse files Browse the repository at this point in the history
  • Loading branch information
heasterday committed Sep 22, 2020
1 parent 6b6bee0 commit 38fa937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -287,7 +287,7 @@ AC_CHECK_PROG([NVIDIA_CLI], [nvidia-container-cli], [nvidia-container-cli])
CH_CHECK_VERSION([NVIDIA_CLI], [$vmin_nvidia_CLI],
[-V | head -1 | cut -d' ' -f2])
AC_MSG_CHECKING([for nVidia libraries & executables])
AS_IF([test -n "$NVIDIA_CLI_VERSION"],
AS_IF([test -n "$NVIDIA_CLI"],
[AS_IF([nvidia-container-cli list | grep -Fq libnvidia-glcore.so],
[have_nvidia_libs=yes],
[have_nvidia_libs=no])],
Expand Down

0 comments on commit 38fa937

Please sign in to comment.