Skip to content

Commit 0621964

Browse files
committed
hwloc: remove unused xml configure-time check
It's not used, and XML is always enabled anyway Signed-off-by: Brice Goglin <[email protected]>
1 parent 0276679 commit 0621964

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

opal/mca/hwloc/external/configure.m4

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,6 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
173173
AC_CHECK_DECLS([HWLOC_OBJ_OSDEV_COPROC], [], [], [#include <hwloc.h>])
174174
AC_CHECK_FUNCS([hwloc_topology_dup])
175175

176-
# See if the external hwloc supports XML
177-
AC_MSG_CHECKING([if external hwloc supports XML])
178-
AS_IF([test "$opal_hwloc_dir" != ""],
179-
[opal_hwloc_external_lstopo="$opal_hwloc_dir/bin/lstopo"],
180-
[OPAL_WHICH(lstopo, opal_hwloc_external_lstopo)])
181-
opal_hwloc_external_tmp=`$opal_hwloc_external_lstopo --help | $GREP "Supported output file formats" | grep xml`
182-
AS_IF([test "$opal_hwloc_external_tmp" = ""],
183-
[opal_hwloc_external_enable_xml=0
184-
AC_MSG_RESULT([no])],
185-
[opal_hwloc_external_enable_xml=1
186-
AC_MSG_RESULT([yes])])
187-
188176
AC_CHECK_HEADERS([infiniband/verbs.h])
189177

190178
# These flags need to get passed to the wrapper compilers

0 commit comments

Comments
 (0)