File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,6 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
133
133
[CPPFLAGS= " $CPPFLAGS $opal_hwloc_external_CPPFLAGS "
134
134
LDFLAGS= " $LDFLAGS $opal_hwloc_external_LDFLAGS "
135
135
LIBS= " $LIBS $opal_hwloc_external_LIBS "
136
- AC_CHECK_DECLS([HWLOC_OBJ_OSDEV_COPROC], [], [], [# include <hwloc.h>])
137
- AC_CHECK_FUNCS([hwloc_topology_dup])
138
136
139
137
AC_MSG_CHECKING([if external hwloc version is 1.5 or greater])
140
138
AC_COMPILE_IFELSE(
@@ -172,6 +170,9 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
172
170
[external],
173
171
[Version of hwloc])
174
172
173
+ AC_CHECK_DECLS([HWLOC_OBJ_OSDEV_COPROC], [], [], [# include <hwloc.h>])
174
+ AC_CHECK_FUNCS([hwloc_topology_dup])
175
+
175
176
# See if the external hwloc supports XML
176
177
AC_MSG_CHECKING([if external hwloc supports XML])
177
178
AS_IF([test " $opal_hwloc_dir " != " " ],
You can’t perform that action at this time.
0 commit comments