Skip to content

Commit af336ac

Browse files
committed
pmix/configure.m4: always use embedded mode
Looks like embedded mode was mistakenly disabled when --with-devel-headers was specified. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 3b99149 commit af336ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/pmix/pmix2x/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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],

0 commit comments

Comments
 (0)