Skip to content

Commit 2101459

Browse files
author
Ralph Castain
committed
Change test per recommendation of @jsquyres
Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit c4d5dbf)
1 parent f9f49e5 commit 2101459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/pmix2x/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_CONFIG],[
5656
[opal_pmix_pmix2x_args="--disable-debug $opal_pmix_pmix2x_args"
5757
CFLAGS="$OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS"])
5858
AS_IF([test "$with_devel_headers" = "yes"],
59-
[AS_IF([test "$enable_dlopen" = "yes"],
59+
[AS_IF([test "$enable_dlopen" != "no"],
6060
[opal_pmix_pmix2x_args="--with-pmix-extra-lib=$OPAL_TOP_BUILDDIR/opal/lib${OPAL_LIB_PREFIX}open-pal.la $opal_pmix_pmix2x_args"])
6161
opal_pmix_pmix2x_args="--with-devel-headers $opal_pmix_pmix2x_args"])
6262
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

Comments
 (0)