Explorar o código

configure.ac: s/AC_MSG_NOTICE/AC_MSG_CHECKING/

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
d6f69ff52a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -260,9 +260,9 @@ AC_DEFUN([STARPU_CHECK_CUDA_RUNTIME],
     __cuda_lib_dir=$3
 
     if test "$__cuda_dir" != "no" ; then
-	AC_MSG_NOTICE(whether CUDA RT is available in $__cuda_dir)
+	AC_MSG_CHECKING(whether CUDA RT is available in $__cuda_dir)
     else
-	AC_MSG_NOTICE(whether CUDA RT is available)
+	AC_MSG_CHECKING(whether CUDA RT is available)
     fi
     AC_MSG_RESULT()