Skip to content

Commit 3396fe2

Browse files
authored
Merge pull request #11857 from skosukhin/fix_config_ignore_tkr
v4.1.x: Fix inconsistent configure-time check
2 parents 31dd49a + 5b4ee66 commit 3396fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_fortran_check_ignore_tkr.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ AC_DEFUN([OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB], [
141141
end subroutine force_assumed_shape
142142
end interface
143143

144-
interface
144+
interface foo
145145
subroutine foo(buffer, count)
146146
$1 buffer
147147
$2, intent(in) :: buffer

0 commit comments

Comments
 (0)