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.
2 parents e9c8d74 + daa6e77 commit 9aa2a1dCopy full SHA for 9aa2a1d
config/opal_check_libfabric.m4
@@ -74,7 +74,7 @@ AC_DEFUN([OPAL_CHECK_LIBFABRIC],[
74
75
AS_IF([test $opal_check_libfabric_happy -eq 1],
76
[$2],
77
- [AS_IF([test "$opal_want_libfabric" = "yes"],
+ [AS_IF([test -n "$with_libfabric" && test "$with_libfabric" != "no"],
78
[AC_MSG_WARN([libfabric support requested (via --with-libfabric), but not found.])
79
AC_MSG_ERROR([Cannot continue.])])
80
$3])
0 commit comments