Skip to content

Commit 76328f0

Browse files
committed
build: Remove useless code in opal_mca.m4
Remove an environment variable that probably did something at one point, but is dead code now. Git history is hard to follow due to some reverts in the SVN days. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent ca72bd4 commit 76328f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config/opal_mca.m4

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -705,15 +705,12 @@ AC_DEFUN([MCA_COMPONENT_COMPILE_MODE],[
705705
[str="STATIC_COMPONENT=\$STATIC_$2_$3"
706706
eval $str])
707707
708-
shared_mode_override=static
709-
710708
# Setup for either shared or static
711709
if test "$STATIC_FRAMEWORK" = "1" || \
712710
test "$STATIC_COMPONENT" = "1" || \
713711
test "$STATIC_all" = "1" ; then
714712
$4="static"
715-
elif test "$shared_mode_override" = "dso" || \
716-
test "$SHARED_FRAMEWORK" = "1" || \
713+
elif test "$SHARED_FRAMEWORK" = "1" || \
717714
test "$SHARED_COMPONENT" = "1" || \
718715
test "$DSO_all" = "1"; then
719716
$4="dso"

0 commit comments

Comments
 (0)