From: Yury G. Kudryashov Date: Thu, 15 Apr 2010 19:35:51 +0000 (+0200) Subject: configure.ac - fix typo in --with-pci-ids-path option X-Git-Tag: 174~547 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b3ad0c3c6fce3c04a2f3070200001d6566d1b322 configure.ac - fix typo in --with-pci-ids-path option --- 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"