X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d1a487722431c76f5861a1490d9469de8af8f7e..17535ea2d1c26036810d3f5636146c9454f0db93:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 98b5b531a2..ea17670d9c 100644 --- a/configure.ac +++ b/configure.ac @@ -466,10 +466,13 @@ else #undef PACKAGE_STRING #undef PACKAGE_BUGREPORT #include - ], use_ruby=yes,use_ruby=no) + ], use_ruby=yes,use_ruby="no (Package ruby1.8-dev missing)") 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 fi AC_MSG_RESULT(decide whether to compile ruby bindings... $use_ruby)