File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 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],[
133133 [CPPFLAGS= " $CPPFLAGS $opal_hwloc_external_CPPFLAGS "
134134 LDFLAGS= " $LDFLAGS $opal_hwloc_external_LDFLAGS "
135135 LIBS= " $LIBS $opal_hwloc_external_LIBS "
136- AC_CHECK_DECLS([HWLOC_OBJ_OSDEV_COPROC], [], [], [# include <hwloc.h>])
137- AC_CHECK_FUNCS([hwloc_topology_dup])
138136
139137 AC_MSG_CHECKING([if external hwloc version is 1.5 or greater])
140138 AC_COMPILE_IFELSE(
@@ -172,6 +170,9 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
172170 [external],
173171 [Version of hwloc])
174172
173+ AC_CHECK_DECLS([HWLOC_OBJ_OSDEV_COPROC], [], [], [# include <hwloc.h>])
174+ AC_CHECK_FUNCS([hwloc_topology_dup])
175+
175176 # See if the external hwloc supports XML
176177 AC_MSG_CHECKING([if external hwloc supports XML])
177178 AS_IF([test " $opal_hwloc_dir " != " " ],
You can’t perform that action at this time.
0 commit comments