Skip to content

Commit 0a3858b

Browse files
committed
configury fix
for case of configure with fortran Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 91a9df5 commit 0a3858b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/ompi_fortran_get_value_true.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ AC_DEFUN([OMPI_FORTRAN_GET_VALUE_TRUE],[
4343
[if test "$1" = "none" || \
4444
test $OMPI_TRY_FORTRAN_BINDINGS -eq $OMPI_FORTRAN_NO_BINDINGS || \
4545
test $ompi_fortran_happy -eq 0 ; then
46-
value=77
46+
tvalue=77
47+
fvalue=77
4748
else
4849
#
4950
# C module

0 commit comments

Comments
 (0)