Skip to content

Commit 9916b91

Browse files
authored
Merge pull request #7345 from hppritcha/topic/follow_up_pr7268
PR 7268 follow-up
2 parents dfbaf23 + 5354b9b commit 9916b91

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)