Skip to content

Commit b0e08ca

Browse files
committed
configury fix
for case of configure with fortran Signed-off-by: Howard Pritchard <[email protected]>
1 parent ab85ccd commit b0e08ca

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)