We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0421033 + 2d3ad2b commit 1a00646Copy full SHA for 1a00646
config/ompi_setup_fc.m4
@@ -210,13 +210,13 @@ end program
210
LIBS=$LIBS_save_xcode
211
212
AS_IF([test $xcode_happy -eq 1],
213
- [ # Restore LDFLAFGS + the new flags (i.e., get rid of the
+ [ # Restore LDFLAGS + the new flags (i.e., get rid of the
214
# "-L." we added for this test)
215
- LDFLAGS="$LDFLAGS_xcode_save $1"
+ LDFLAGS="$LDFLAGS_save_xcode $1"
216
$2],
217
[ # If we failed the test, reset LDFLAGS back to its
218
# original value.
219
- LDFLAGS=$LDFLAGS_xcode_save
+ LDFLAGS=$LDFLAGS_save_xcode
220
$3])
221
222
OPAL_VAR_SCOPE_POP
0 commit comments