File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,15 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_CONFIG],[
49
49
opal_pmix_pmix2x_sm_flag=--disable-dstore
50
50
fi
51
51
52
- opal_pmix_pmix2x_args= " --enable-embedded-mode -- with-pmix-symbol-rename=OPAL_MCA_PMIX2X_ $opal_pmix_pmix2x_sm_flag --without-tests-examples --disable-visibility --enable-embedded-libevent --with-libevent-header=\\\" opal/mca/event/$opal_event_base_include \\\" "
52
+ opal_pmix_pmix2x_args= " --with-pmix-symbol-rename=OPAL_MCA_PMIX2X_ $opal_pmix_pmix2x_sm_flag --without-tests-examples --disable-visibility --enable-embedded-libevent --with-libevent-header=\\\" opal/mca/event/$opal_event_base_include \\\" "
53
53
AS_IF([test " $enable_debug " = " yes" ],
54
54
[opal_pmix_pmix2x_args= " --enable-debug $opal_pmix_pmix2x_args "
55
55
CFLAGS= " $OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS -g" ],
56
56
[opal_pmix_pmix2x_args= " --disable-debug $opal_pmix_pmix2x_args "
57
57
CFLAGS= " $OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS " ])
58
- AS_IF([test " $with_devel_headers " = " yes" ], [],
59
- [opal_pmix_pmix2x_args= " --with-devel-headers $opal_pmix_pmix2x_args " ])
58
+ AS_IF([test " $with_devel_headers " = " yes" ],
59
+ [opal_pmix_pmix2x_args= " --with-devel-headers $opal_pmix_pmix2x_args " ],
60
+ [opal_pmix_pmix2x_args= " --enable-embedded-mode $opal_pmix_pmix2x_args " ])
60
61
CPPFLAGS= " -I$OPAL_TOP_SRCDIR -I$OPAL_TOP_BUILDDIR -I$OPAL_TOP_SRCDIR /opal/include -I$OPAL_TOP_BUILDDIR /opal/include $CPPFLAGS "
61
62
62
63
OPAL_CONFIG_SUBDIR([$opal_pmix_pmix2x_basedir /pmix],
You can’t perform that action at this time.
0 commit comments