We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f49e5 commit 2101459Copy full SHA for 2101459
opal/mca/pmix/pmix2x/configure.m4
@@ -56,7 +56,7 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_CONFIG],[
56
[opal_pmix_pmix2x_args="--disable-debug $opal_pmix_pmix2x_args"
57
CFLAGS="$OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS"])
58
AS_IF([test "$with_devel_headers" = "yes"],
59
- [AS_IF([test "$enable_dlopen" = "yes"],
+ [AS_IF([test "$enable_dlopen" != "no"],
60
[opal_pmix_pmix2x_args="--with-pmix-extra-lib=$OPAL_TOP_BUILDDIR/opal/lib${OPAL_LIB_PREFIX}open-pal.la $opal_pmix_pmix2x_args"])
61
opal_pmix_pmix2x_args="--with-devel-headers $opal_pmix_pmix2x_args"])
62
CPPFLAGS="-I$OPAL_TOP_SRCDIR -I$OPAL_TOP_BUILDDIR -I$OPAL_TOP_SRCDIR/opal/include -I$OPAL_TOP_BUILDDIR/opal/include $CPPFLAGS"
0 commit comments