File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,16 +144,16 @@ AC_DEFUN([_OPAL_CONFIG_HWLOC_EXTERNAL], [
144
144
LIBS="$opal_hwloc_LIBS_save $opal_hwloc_LIBS"
145
145
146
146
AS_IF ( [ test "$opal_hwloc_external_support" = "yes"] ,
147
- [ AC_MSG_CHECKING ( [ if external hwloc version is 1.6 or greater] )
147
+ [ AC_MSG_CHECKING ( [ if external hwloc version is 1.11.0 or greater] )
148
148
AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [ #include <hwloc.h>] ] ,
149
149
[ [
150
150
#if HWLOC_API_VERSION < 0x00010500
151
- #error "hwloc API version is less than 0x00010500 "
151
+ #error "hwloc API version is less than 0x00011100 "
152
152
#endif
153
153
] ] ) ] ,
154
154
[ AC_MSG_RESULT ( [ yes] ) ] ,
155
155
[ AC_MSG_RESULT ( [ no] )
156
- AC_MSG_WARN ( [ external hwloc version is too old (1.5 or later required)] )
156
+ AC_MSG_WARN ( [ external hwloc version is too old (1.11.0 or later required)] )
157
157
opal_hwloc_external_support="no"] ) ] )
158
158
159
159
AS_IF ( [ test "$opal_hwloc_external_support" = "yes"] ,
You can’t perform that action at this time.
0 commit comments