chiark / gitweb /
configure.ac - fix typo in --with-pci-ids-path option
authorYury G. Kudryashov <urkud.urkud@gmail.com>
Thu, 15 Apr 2010 19:35:51 +0000 (21:35 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 15 Apr 2010 19:35:51 +0000 (21:35 +0200)
configure.ac

index d53dd12a6c5ad3d7164e4d285eca0c62cdb62e41..492fa022429bf096c2b4415b805c51c8c86969d7 100644 (file)
@@ -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"