X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d604aa6bc284f5e8c8e7d4216afea6fe43ba7564..dbef7c8c348e6873167124b5e78ebef2d5b0f7bd:/configure.ac diff --git a/configure.ac b/configure.ac index 0f22453bcf..c983767fa5 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ## @@ -570,6 +572,7 @@ AC_CONFIG_FILES([ examples/gras/spawn/Makefile examples/gras/synchro/Makefile examples/gras/timer/Makefile + examples/gras/properties/Makefile examples/gras/chrono/Makefile examples/gras/mutual_exclusion/simple_token/Makefile examples/gras/mmrpc/Makefile