configure.ac: Fix the name of pciaccess header.
This commit is contained in:
parent
27d1a67f8a
commit
5959b15c1c
1 changed files with 1 additions and 1 deletions
|
@ -1302,7 +1302,7 @@ fi
|
||||||
[fi]
|
[fi]
|
||||||
[if [ x"$grub_emu_pci_excuse" = x ]; then
|
[if [ x"$grub_emu_pci_excuse" = x ]; then
|
||||||
# Check for headers.]
|
# Check for headers.]
|
||||||
AC_CHECK_HEADERS([pci/pci.h], [],
|
AC_CHECK_HEADERS([pciaccess.h], [],
|
||||||
[grub_emu_pci_excuse=["need libpciaccess headers"]])
|
[grub_emu_pci_excuse=["need libpciaccess headers"]])
|
||||||
[fi]
|
[fi]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue