소스 검색

Fix detection of simgrid-mc tool

Samuel Thibault 8 년 전
부모
커밋
6379d50511
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -208,7 +208,7 @@ if test x$enable_simgrid = xyes ; then
 				enable_simgrid_mc=$enableval, enable_simgrid_mc=no)
 	if test x$enable_simgrid_mc = xyes ; then
 		AC_DEFINE(STARPU_SIMGRID_MC, [1], [Define this to enable Model Checker in simgrid execution])
-		AC_PATH_PROG([SIMGRID_MC], [simgrid-mc], [$simgrid_dir/bin:$PATH])
+		AC_PATH_PROG([SIMGRID_MC], [simgrid-mc], [no], [$simgrid_dir/bin:$PATH])
 	fi
 fi
 AM_CONDITIONAL(STARPU_SIMGRID_MC, test x$enable_simgrid_mc = xyes)