Explorar o código

Fix typo: CC_OR_MPICC is really CC or MPICC

Cédric Augonnet %!s(int64=14) %!d(string=hai) anos
pai
achega
43721a131a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -711,7 +711,7 @@ if test x$use_mpi = xyes; then
 else
 	cc_or_mpicc=$CC
 fi
-AC_SUBST(CC_OR_MPICC, $mpicc_path)
+AC_SUBST(CC_OR_MPICC, $cc_or_mpicc)
 
 AC_MSG_CHECKING(whether the StarPU MPI library should be generated)
 AC_MSG_RESULT($use_mpi)