Skip to content

Commit 5354b9b

Browse files
committed
PR 7268 follow-up
Forgot to include a fix for the fortran test used to check if new dtags is supported. Related to #7268 This patch is already included on v4.0.x branch. Signed-off-by: Howard Pritchard <[email protected]>
1 parent 9f4365f commit 5354b9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/opal_setup_wrappers.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ AC_DEFUN([OPAL_SETUP_RUNPATH],[
234234
[OPAL_LIBTOOL_CONFIG([wl],[wl_fc],[--tag=FC],[])
235235
LDFLAGS="$LDFLAGS_save ${wl_fc}--enable-new-dtags"
236236
AC_LANG_PUSH([Fortran])
237-
AC_LINK_IFELSE([AC_LANG_SOURCE([[program test end program]])],
237+
AC_LINK_IFELSE([AC_LANG_SOURCE([[program test
238+
end program]])],
238239
[runpath_fc_args="${wl_fc}--enable-new-dtags"
239240
AC_MSG_RESULT([yes (-Wl,--enable-new-dtags)])],
240241
[AC_MSG_RESULT([no])])

0 commit comments

Comments
 (0)