X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e3250f2231eb0fdff16629d7b344070d7c3bace..91bec12b79ccabec119048b74d7e6f1814699dc5:/configure.ac diff --git a/configure.ac b/configure.ac index 8c6496cc80..ea17670d9c 100644 --- a/configure.ac +++ b/configure.ac @@ -470,6 +470,7 @@ else AC_MSG_RESULT($use_ruby) if test "x$use_ruby" = "xyes" ; then AC_DEFINE(HAVE_RUBY,1, [defines whether Ruby bindings must be compiled or not]) + SIMGRID_DEP="${SIMGRID_DEP} -lruby1.8" else AC_MSG_RESULT(Please install the ruby1.8-dev package (on debian and similar) to get ruby bindings) fi