1
1

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.
Этот коммит содержится в:
Jeff Squyres 2013-03-19 16:20:08 +00:00
родитель 2513122d31
Коммит e5838e6121

Просмотреть файл

@ -67,7 +67,7 @@ AC_DEFUN([MCA_opal_hwloc_CONFIG_REQUIRE],[
[AC_MSG_RESULT([no (--disable-hwloc-pci specified)]) [AC_MSG_RESULT([no (--disable-hwloc-pci specified)])
enable_pci=no], enable_pci=no],
[AC_MSG_RESULT([yes (default)]) [AC_MSG_RESULT([yes (default)])
enable_pci=yes]) enable_pci=])
]) ])
# set defaults of not having any support # set defaults of not having any support