Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the java samples alias0 and alias1 are renamed autoDestination and explicitDestination
[simgrid.git] / configure.ac
index fad588c..c983767 100644 (file)
@@ -425,6 +425,7 @@ else
      && test "x$ac_cv_header_jni_h" = "xyes" ; then
    
      use_java="yes"
+     AC_DEFINE(HAVE_JAVA,1, [defines whether Java bindings must be compiled or not])
   else   
      use_java="no"
   fi
@@ -432,6 +433,7 @@ fi
 AC_MSG_RESULT(decide whether to compile java bindings... $use_java)
 AM_CONDITIONAL(HAVE_JAVA,test "x$use_java" = "xyes")
 
+
 #####################
 ## Check for programs
 ##