X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d1a487722431c76f5861a1490d9469de8af8f7e..aa9e8fc1b2c24338a883043a363005e6b1a3d619:/configure.ac diff --git a/configure.ac b/configure.ac index 98b5b531a2..17799c434d 100644 --- a/configure.ac +++ b/configure.ac @@ -423,7 +423,7 @@ else use_java="yes" AC_DEFINE(HAVE_JAVA,1, [defines whether Java bindings must be compiled or not]) else - use_java="no" + use_java="no (you may want to install the java-gcj-compat-dev package)" fi fi AC_MSG_RESULT(decide whether to compile java bindings... $use_java) @@ -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)