ソースを参照

Fix typo: CC_OR_MPICC is really CC or MPICC

Cédric Augonnet 14 年 前
コミット
43721a131a
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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)