We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa8b6c commit cdac9e8Copy full SHA for cdac9e8
config/opal_summary.m4
@@ -3,6 +3,8 @@ dnl
3
dnl Copyright (c) 2016 Los Alamos National Security, LLC. All rights
4
dnl reserved.
5
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.
8
dnl $COPYRIGHT$
9
dnl
10
dnl Additional copyrights may follow
@@ -65,7 +67,7 @@ EOF
65
67
echo "Build MPI Fortran bindings: no"
66
68
fi
69
- if test x$opal_java_happy = xyes ; then
70
+ if test x$WANT_MPI_JAVA_SUPPORT = x1 ; then
71
echo "Build MPI Java bindings (experimental): yes"
72
else
73
echo "MPI Build Java bindings (experimental): no"
0 commit comments