summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d53dd12a6c..492fa02242 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"