Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stupid me. If using ruby bindings, we need to link against libruby
[simgrid.git] / configure.ac
index 8c6496c..ea17670 100644 (file)
@@ -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