Skip to content

Commit 4195d86

Browse files
committed
config: fix --enable-mca-dso: correct copy-paste typo
Typo introduced in 000f7e8. Signed-off-by: Alexei Colin <acolin@isi.edu>
1 parent 4a55864 commit 4195d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_mca.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ AC_DEFUN([MCA_COMPONENT_COMPILE_MODE],[
696696
AS_VAR_COPY([SHARED_COMPONENT], [DSO_$2_$3])
697697
698698
STATIC_FRAMEWORK="$STATIC_$2"
699-
AS_VAR_COPY([STATIC_COMPONENT], [DSO_$2_$3])
699+
AS_VAR_COPY([STATIC_COMPONENT], [STATIC_$2_$3])
700700
701701
# Look for the most specific specifier between static/dso. If
702702
# there is a tie (either neither or both specified), prefer

0 commit comments

Comments
 (0)