Skip to content

Commit 1a00646

Browse files
authored
Merge pull request #12741 from jsquyres/pr/v5.0.x/fix-xcode-var-name
v5.0.x: Fix typo in LDFLAGS_save_xcode variable name
2 parents 0421033 + 2d3ad2b commit 1a00646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/ompi_setup_fc.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,13 @@ end program
210210
LIBS=$LIBS_save_xcode
211211

212212
AS_IF([test $xcode_happy -eq 1],
213-
[ # Restore LDFLAFGS + the new flags (i.e., get rid of the
213+
[ # Restore LDFLAGS + the new flags (i.e., get rid of the
214214
# "-L." we added for this test)
215-
LDFLAGS="$LDFLAGS_xcode_save $1"
215+
LDFLAGS="$LDFLAGS_save_xcode $1"
216216
$2],
217217
[ # If we failed the test, reset LDFLAGS back to its
218218
# original value.
219-
LDFLAGS=$LDFLAGS_xcode_save
219+
LDFLAGS=$LDFLAGS_save_xcode
220220
$3])
221221

222222
OPAL_VAR_SCOPE_POP

0 commit comments

Comments
 (0)