Forráskód Böngészése

Fix typo: CC_OR_MPICC is really CC or MPICC

Cédric Augonnet 14 éve
szülő
commit
43721a131a
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)