Skip to content

Commit cdac9e8

Browse files
committed
configury: fix MPI Java bindings message in summary
1 parent 2fa8b6c commit cdac9e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/opal_summary.m4

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ dnl
33
dnl Copyright (c) 2016 Los Alamos National Security, LLC. All rights
44
dnl reserved.
55
dnl Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
6+
dnl Copyright (c) 2016 Research Organization for Information Science
7+
dnl and Technology (RIST). All rights reserved.
68
dnl $COPYRIGHT$
79
dnl
810
dnl Additional copyrights may follow
@@ -65,7 +67,7 @@ EOF
6567
echo "Build MPI Fortran bindings: no"
6668
fi
6769

68-
if test x$opal_java_happy = xyes ; then
70+
if test x$WANT_MPI_JAVA_SUPPORT = x1 ; then
6971
echo "Build MPI Java bindings (experimental): yes"
7072
else
7173
echo "MPI Build Java bindings (experimental): no"

0 commit comments

Comments
 (0)