You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config: fix --enable-mca-dso: correct the AS_VAR macro
Fix bug introduced in 000f7e8.
AS_VAR_COPY(dest, source) interprets the 'source' argument as a variable name.
So, before this patch, the value was not '1', but '$1', which evaluated to
garbage and broke the --enable-mca-dso argument.
Signed-off-by: Alexei Colin <acolin@isi.edu>
0 commit comments