Browse Source

Fix typo: CC_OR_MPICC is really CC or MPICC

Cédric Augonnet 14 years ago
parent
commit
43721a131a
1 changed files with 1 additions and 1 deletions
  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)