X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d2b47fc7fcc631f27fd65f2d830536959b8549af..d2cbbb88f648cbb93b4ba124e572ff4d363cac95:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index ea17670d9c..4e693038e2 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) @@ -443,7 +443,7 @@ else AC_DEFINE(HAVE_LUA,1, [defines whether Lua bindings must be compiled or not]) SIMGRID_DEP="${SIMGRID_DEP} -ldl -llua5.1" else - use_lua="no" + use_lua="no (you may want to install the liblua5.1-0-dev package)" fi fi AC_MSG_RESULT(decide whether to compile lua bindings... $use_lua)