소스 검색

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)