From d2b47fc7fcc631f27fd65f2d830536959b8549af Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 1 Mar 2010 15:49:01 +0000 Subject: [PATCH] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1