File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,14 @@ AC_DEFUN([MCA_opal_pmix_pmix3x_CONFIG],[
53
53
opal_pmix_pmix3x_timing_flag=--disable-pmix-timing
54
54
fi
55
55
56
- opal_pmix_pmix3x_args= " --with-pmix-symbol-rename=OPAL_MCA_PMIX2X_ $opal_pmix_pmix3x_timing_flag --without-tests-examples --disable-pmix-backward-compatibility --disable-visibility --enable-embedded-libevent --with-libevent-header=\\\" opal/mca/event/$opal_event_base_include \\\" "
56
+ opal_pmix_pmix3x_args= " $opal_pmix_pmix3x_timing_flag --without-tests-examples --disable-pmix-backward-compatibility --disable-visibility --enable-embedded-libevent --with-libevent-header=\\\" opal/mca/event/$opal_event_base_include \\\" "
57
57
AS_IF([test " $enable_debug " = " yes" ],
58
58
[opal_pmix_pmix3x_args= " --enable-debug $opal_pmix_pmix3x_args "
59
59
CFLAGS= " $OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS -g" ],
60
60
[opal_pmix_pmix3x_args= " --disable-debug $opal_pmix_pmix3x_args "
61
61
CFLAGS= " $OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS " ])
62
- AS_IF([test " $enable_install_libpmix " = " yes" && test " $enable_dlopen " != " no" ],
63
- [opal_pmix_pmix3x_args= " --with-pmix-extra-lib=$OPAL_TOP_BUILDDIR /opal/lib${OPAL_LIB_PREFIX} open-pal.la $opal_pmix_pmix3x_args " ],
64
- [opal_pmix_pmix3x_args= " --enable-embedded-mode $opal_pmix_pmix3x_args " ])
62
+ AS_IF([test " $enable_install_libpmix " != " yes" ],
63
+ [opal_pmix_pmix3x_args= " --with-pmix-symbol-rename=OPAL_MCA_PMIX2X_ --enable-embedded-mode $opal_pmix_pmix3x_args " ])
65
64
AS_IF([test " $with_devel_headers " = " yes" ],
66
65
[opal_pmix_pmix3x_args= " --with-devel-headers $opal_pmix_pmix3x_args " ])
67
66
CPPFLAGS= " -I$OPAL_TOP_SRCDIR -I$OPAL_TOP_BUILDDIR -I$OPAL_TOP_SRCDIR /opal/include -I$OPAL_TOP_BUILDDIR /opal/include $CPPFLAGS "
You can’t perform that action at this time.
0 commit comments