File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_CONFIG],[
6161 opal_pmix_pmix2x_timing_flag=--disable-pmix-timing
6262 fi
6363
64- opal_pmix_pmix2x_args= " --with-pmix-symbol-rename=OPAL_MCA_PMIX2X_ $opal_pmix_pmix2x_sm_flag $opal_pmix_pmix2x_timing_flag --without-tests-examples --disable-pmix-backward-compatibility --disable-visibility --enable-embedded-libevent --with-libevent-header=\\\" opal/mca/event/$opal_event_base_include \\\" "
64+ opal_pmix_pmix2x_args= " --with-pmix-symbol-rename=OPAL_MCA_PMIX2X_ $opal_pmix_pmix2x_sm_flag $opal_pmix_pmix2x_timing_flag --without-tests-examples --disable-pmix-backward-compatibility --disable-visibility --enable-embedded-libevent --with-libevent-header=\\\" opal/mca/event/$opal_event_base_include \\\" --enable-embedded-mode "
6565 AS_IF([test " $enable_debug " = " yes" ],
6666 [opal_pmix_pmix2x_args= " --enable-debug $opal_pmix_pmix2x_args "
6767 CFLAGS= " $OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS -g" ],
6868 [opal_pmix_pmix2x_args= " --disable-debug $opal_pmix_pmix2x_args "
6969 CFLAGS= " $OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS " ])
7070 AS_IF([test " $with_devel_headers " = " yes" ],
7171 [opal_pmix_pmix2x_args= " --with-devel-headers $opal_pmix_pmix2x_args " ],
72- [opal_pmix_pmix2x_args= " --enable-embedded-mode $opal_pmix_pmix2x_args " ])
72+ [opal_pmix_pmix2x_args= $opal_pmix_pmix2x_args ])
7373 CPPFLAGS= " -I$OPAL_TOP_SRCDIR -I$OPAL_TOP_BUILDDIR -I$OPAL_TOP_SRCDIR /opal/include -I$OPAL_TOP_BUILDDIR /opal/include $CPPFLAGS "
7474
7575 OPAL_CONFIG_SUBDIR([$opal_pmix_pmix2x_basedir /pmix],
You can’t perform that action at this time.
0 commit comments