Skip to content

Commit 2975055

Browse files
committed
Fix a problem with fortran configure test.
Signed-off-by: Howard Pritchard <[email protected]>
1 parent d12e0fd commit 2975055

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)