Skip to content

Commit

Permalink
configury: fix MPI Java bindings message in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ggouaillardet committed May 2, 2016
1 parent 2fa8b6c commit cdac9e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/opal_summary.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit cdac9e8

Please sign in to comment.