Skip to content

Commit 6a31672

Browse files
committed
hwloc: remove a stale configure hack for hwloc 1.3.2 vs suse pci issues
opal_hwloc_hwloc132_save_enable_pci doesn't exist anymore Signed-off-by: Brice Goglin <[email protected]>
1 parent ccab06f commit 6a31672

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

opal/mca/hwloc/configure.m4

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dnl -*- shell-script -*-
22
dnl
33
dnl Copyright (c) 2010-2017 Cisco Systems, Inc. All rights reserved
4+
dnl Copyright (c) 2020 Inria. All rights reserved.
45
dnl $COPYRIGHT$
56
dnl
67
dnl Additional copyrights may follow
@@ -89,9 +90,6 @@ AC_DEFUN([MCA_opal_hwloc_CONFIG_REQUIRE],[
8990
# REQUIRE.
9091
MCA_CONFIGURE_FRAMEWORK([opal], [hwloc], 1)
9192

92-
# Restore the --enable-pci flag
93-
enable_pci=$opal_hwloc_hwloc132_save_enable_pci
94-
9593
# Give a blank line to separate these messages from the last
9694
# component's configure.m4 output.
9795
echo " "

0 commit comments

Comments
 (0)