From cdac9e813d59189f97e56b8e1e1dc3a412953682 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Mon, 2 May 2016 16:21:52 +0900 Subject: [PATCH] configury: fix MPI Java bindings message in summary --- config/opal_summary.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/opal_summary.m4 b/config/opal_summary.m4 index 40ae015aa95..084896df125 100644 --- a/config/opal_summary.m4 +++ b/config/opal_summary.m4 @@ -3,6 +3,8 @@ dnl dnl Copyright (c) 2016 Los Alamos National Security, LLC. All rights dnl reserved. dnl Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. +dnl Copyright (c) 2016 Research Organization for Information Science +dnl and Technology (RIST). All rights reserved. dnl $COPYRIGHT$ dnl dnl Additional copyrights may follow @@ -65,7 +67,7 @@ EOF echo "Build MPI Fortran bindings: no" fi - if test x$opal_java_happy = xyes ; then + if test x$WANT_MPI_JAVA_SUPPORT = x1 ; then echo "Build MPI Java bindings (experimental): yes" else echo "MPI Build Java bindings (experimental): no"