1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

configure.ac - fix typo in --with-pci-ids-path option

This commit is contained in:
Yury G. Kudryashov 2010-04-15 21:35:51 +02:00 committed by Kay Sievers
parent 30e3b1a0d3
commit b3ad0c3c6f

View 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"