Skip to content

Commit

Permalink
configure: move --enable-32bits-pci-domain help string near --disable…
Browse files Browse the repository at this point in the history
…-pci

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Apr 29, 2020
1 parent 7c3cda6 commit 39dfe38
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config/hwloc_internal.m4
Expand Up @@ -73,6 +73,10 @@ AC_DEFUN([HWLOC_DEFINE_ARGS],[
AC_ARG_ENABLE([pci],
AS_HELP_STRING([--disable-pci],
[Disable the PCI device discovery build (instead of only disabling PCI at runtime by default)]))
# 32bits_pci_domain?
AC_ARG_ENABLE([32bits-pci-domain],
AS_HELP_STRING([--enable-32bits-pci-domain],
[Enable 32 bits PCI domains (domains > 16bits are ignored by default). WARNING: This breaks the library ABI, don't enable unless really needed.]))
# OpenCL?
AC_ARG_ENABLE([opencl],
Expand All @@ -89,11 +93,6 @@ AC_DEFUN([HWLOC_DEFINE_ARGS],[
AS_HELP_STRING([--disable-nvml],
[Disable the NVML device discovery build (instead of only disabling NVML at runtime by default)]))
# 32bits_pci_domain?
AC_ARG_ENABLE([32bits-pci-domain],
AS_HELP_STRING([--enable-32bits-pci-domain],
[Enable 32 bits PCI domains (domains > 16bits are ignored by default). WARNING: This breaks the library ABI, don't enable unless really needed.]))
# GL/Display
AC_ARG_ENABLE([gl],
AS_HELP_STRING([--disable-gl],
Expand Down

0 comments on commit 39dfe38

Please sign in to comment.