From 2d463157519de9760cdb7403a1548093944400d0 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 9 Mar 2010 15:44:20 +0000 Subject: [PATCH 1/1] Explain the user why the java bindings are not usable when they are git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7210 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ea17670d9c..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) -- 2.20.1