Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Explain the user why the java bindings are not usable when they are
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Mar 2010 15:44:20 +0000 (15:44 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Mar 2010 15:44:20 +0000 (15:44 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7210 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac

index ea17670..17799c4 100644 (file)
@@ -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)