From: mquinson Date: Sat, 27 Oct 2007 14:53:03 +0000 (+0000) Subject: cosmetics X-Git-Tag: v3.3~884 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e010c67e22a044c78980624b21821d03fea831db?hp=558a3e70545cb12442d4fcaab591667049c3d458 cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4918 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure b/configure index 84d2b580ca..2264e96d67 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 4913 . +# From configure.ac Revision: 4915 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for simgrid 3.3-cvs. # @@ -26185,8 +26185,6 @@ else disable_java=yes fi -{ echo "$as_me:$LINENO: checking whether to compile java bindings" >&5 -echo $ECHO_N "checking whether to compile java bindings... $ECHO_C" >&6; } if test "x$disable_java" != "xyes" ; then use_java="disabled by user" else @@ -26468,8 +26466,8 @@ done use_java="no" fi fi -{ echo "$as_me:$LINENO: result: $use_java" >&5 -echo "${ECHO_T}$use_java" >&6; } +{ echo "$as_me:$LINENO: result: decide whether to compile java bindings... $use_java" >&5 +echo "${ECHO_T}decide whether to compile java bindings... $use_java" >&6; } if test "x$use_java" = "xyes"; then HAVE_JAVA_TRUE= HAVE_JAVA_FALSE='#' diff --git a/configure.ac b/configure.ac index 2c34afd091..3007d75aa0 100644 --- a/configure.ac +++ b/configure.ac @@ -403,7 +403,6 @@ SG_CONFIGURE_PART(Check for Java bindings...) AC_ARG_ENABLE(java, AS_HELP_STRING([--disable-java], [To not compile the Java bindings even if the tools are found]), disable_java=$enableval,disable_java=yes) -AC_MSG_CHECKING(whether to compile java bindings) if test "x$disable_java" != "xyes" ; then use_java="disabled by user" else @@ -421,7 +420,7 @@ else use_java="no" fi fi -AC_MSG_RESULT($use_java) +AC_MSG_RESULT(decide whether to compile java bindings... $use_java) AM_CONDITIONAL(HAVE_JAVA,test "x$use_java" = "xyes") #####################