ソースを参照

Fix simgrid-mc ldflags

Samuel Thibault 4 年 前
コミット
57e16291d0
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -274,7 +274,7 @@ fi
 AM_CONDITIONAL(STARPU_SIMGRID_MC, test x$enable_simgrid_mc = xyes)
 AM_CONDITIONAL(STARPU_SIMGRID, test x$enable_simgrid = xyes)
 AC_SUBST(SIMGRID_CFLAGS)
-AC_SUBST(SIMGRID_LIBS)
+AC_SUBST(SIMGRID_LDFLAGS)
 AC_MSG_CHECKING(whether SimGrid is enabled)
 AC_MSG_RESULT($enable_simgrid)