From: mquinson Date: Mon, 1 Mar 2010 15:49:01 +0000 (+0000) Subject: Stupid me. If using ruby bindings, we need to link against libruby X-Git-Tag: SVN~587 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d2b47fc7fcc631f27fd65f2d830536959b8549af?hp=d15a4cc7241eb025d70551d1fd7eff95d99bf167 Stupid me. If using ruby bindings, we need to link against libruby git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7151 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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