From e5838e6121db3e678d0184d598f9d615d039b70d Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 19 Mar 2013 16:20:08 +0000 Subject: [PATCH] Don't mandate PCI support, because this will make builds on platforms that don't have libpciaccess fail (e.g., OS X, or any machine without libpciaccess). This commit was SVN r28181. --- opal/mca/hwloc/configure.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/mca/hwloc/configure.m4 b/opal/mca/hwloc/configure.m4 index b21fa32e4a..901e707d89 100644 --- a/opal/mca/hwloc/configure.m4 +++ b/opal/mca/hwloc/configure.m4 @@ -67,7 +67,7 @@ AC_DEFUN([MCA_opal_hwloc_CONFIG_REQUIRE],[ [AC_MSG_RESULT([no (--disable-hwloc-pci specified)]) enable_pci=no], [AC_MSG_RESULT([yes (default)]) - enable_pci=yes]) + enable_pci=]) ]) # set defaults of not having any support