ソースを参照

configure.ac: define MPIEXEC even when not running make -C mpi check

Nathalie Furmento 14 年 前
コミット
27f4296c30
共有1 個のファイルを変更した1 個の追加3 個の削除を含む
  1. 1 3
      configure.ac

+ 1 - 3
configure.ac

@@ -827,9 +827,7 @@ if test x$use_mpi = xyes; then
         AC_MSG_RESULT($mpiexec)
         AC_MSG_CHECKING(whether MPI tests should be run)
         AC_MSG_RESULT($running_mpi_check)
-        if test x$running_mpi_check = xyes; then
-            AC_SUBST(MPIEXEC,$mpiexec)
-        fi
+	AC_SUBST(MPIEXEC,$mpiexec)
 fi
 
 AC_MSG_CHECKING(whether the StarPU MPI library should be generated)