File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dnl All rights reserved.
13
13
dnl Copyright (c) 2009-2019 Cisco Systems, Inc. All rights reserved.
14
14
dnl Copyright (c) 2011-2014 Los Alamos National Security, LLC. All rights
15
15
dnl reserved.
16
- dnl Copyright (c) 2014-2019 Intel, Inc. All rights reserved.
16
+ dnl Copyright (c) 2014-2020 Intel, Inc. All rights reserved.
17
17
dnl Copyright (c) 2014-2018 Research Organization for Information Science
18
18
dnl and Technology (RIST). All rights reserved.
19
19
dnl Copyright (c) 2016 IBM Corporation. All rights reserved.
@@ -166,11 +166,11 @@ AC_DEFUN([_OPAL_CONFIG_PMIX_EXTERNAL], [
166
166
LIBS="$opal_pmix_LIBS_save $opal_pmix_LIBS"
167
167
168
168
AS_IF ( [ test "$opal_pmix_external_support" = "yes"] ,
169
- [ AC_MSG_CHECKING ( [ if external PMIx version is 3.0.0 or greater] )
169
+ [ AC_MSG_CHECKING ( [ if external PMIx version is 3.1.5 or greater] )
170
170
AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [ #include <pmix_version.h>] ] ,
171
171
[ [
172
- #if PMIX_VERSION_MAJOR < 3L
173
- #error "pmix API version is less than 3.0.0 "
172
+ #if PMIX_NUMERIC_VERSION < 0x00030105
173
+ #error "pmix API version is less than 3.1.5 "
174
174
#endif
175
175
] ] ) ] ,
176
176
[ AC_MSG_RESULT ( [ yes] ) ] ,
You can’t perform that action at this time.
0 commit comments