Skip to content

Commit a400c75

Browse files
committed
configury: fix autogen-sh --no-ompi
This fixes a regression from f3d3633
1 parent 36a9063 commit a400c75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config/opal_setup_wrappers.m4

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,7 @@ AC_DEFUN([RPATHIFY_LDFLAGS_INTERNAL],[
302302

303303
AC_DEFUN([RPATHIFY_LDFLAGS],[RPATHIFY_LDFLAGS_INTERNAL([$1], [rpath_args], [runpath_args])])
304304

305-
m4_ifdef([project_ompi],
306-
[AC_DEFUN([RPATHIFY_FC_LDFLAGS],
307-
[RPATHIFY_LDFLAGS_INTERNAL([$1], [rpath_fc_args], [runpath_fc_args])])])
308-
305+
AC_DEFUN([RPATHIFY_FC_LDFLAGS],[RPATHIFY_LDFLAGS_INTERNAL([$1], [rpath_fc_args], [runpath_fc_args])])
309306

310307
dnl
311308
dnl Avoid some repetitive code below

0 commit comments

Comments
 (0)