From: mquinson Date: Wed, 17 Mar 2010 09:30:00 +0000 (+0000) Subject: tell the user how to get the lua bindings in configure status message X-Git-Tag: SVN~485 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6fcbb4a4045896ba18c5484846be648b8a717c52?hp=aa8517953e2f1156706b9803ac0d71662f0d342c tell the user how to get the lua bindings in configure status message git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7254 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 17799c434d..4e693038e2 100644 --- a/configure.ac +++ b/configure.ac @@ -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)