Kaynağa Gözat

Merge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/starpu/starpu

Denis Barthou 5 yıl önce
ebeveyn
işleme
516d79c3de
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -629,7 +629,7 @@ fi
 if test x$build_mpi_lib = xyes -o x$build_nmad_lib = xyes ; then
     if test x$enable_simgrid = xyes ; then
         if test x$enable_shared = xyes ; then
-	    AC_MSG_ERROR([MPI with simgrid can not work with shared libraries, use --disable-shared to fix this, or disable MPI with --disable-mpi])
+	    AC_MSG_ERROR([MPI with simgrid can not work with shared libraries, if you need the MPI support, theb use --disable-shared to fix this, else disable MPI with --disable-mpi])
         else
 	    CFLAGS="$CFLAGS -fPIC"
 	    CXXFLAGS="$CXXFLAGS -fPIC"