From b3ad0c3c6fce3c04a2f3070200001d6566d1b322 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Thu, 15 Apr 2010 21:35:51 +0200 Subject: [PATCH 1/1] configure.ac - fix typo in --with-pci-ids-path option --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d53dd12a6..492fa0224 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ if test "x$enable_extras" = xyes; then AC_CHECK_FILES([/usr/share/hwdata/pci.ids], [pciids=/usr/share/hwdata/pci.ids]) AC_CHECK_FILES([/usr/share/misc/pci.ids], [pciids=/usr/share/misc/pci.ids]) AC_ARG_WITH(pci-ids-path, - AS_HELP_STRING([--pci-ids-path=DIR], [Path to pci.ids file]), + AS_HELP_STRING([--with-pci-ids-path=DIR], [Path to pci.ids file]), [PCI_DATABASE=${withval}], [if test -n "$pciids" ; then PCI_DATABASE="$pciids" -- 2.30.2