Skip to content

Commit eb03679

Browse files
authored
Merge pull request #3444 from jsquyres/pr/fix-pmix-static-devel-header-builds
pmix/configure.m4: always use embedded mode
2 parents 4676575 + af336ac commit eb03679

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)