configure.ac: Fix the name of pciaccess header.

This commit is contained in:
Vladimir Serbinenko 2015-03-04 01:01:45 +01:00
parent 27d1a67f8a
commit 5959b15c1c
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ fi
[fi]
[if [ x"$grub_emu_pci_excuse" = x ]; then
# Check for headers.]
AC_CHECK_HEADERS([pci/pci.h], [],
AC_CHECK_HEADERS([pciaccess.h], [],
[grub_emu_pci_excuse=["need libpciaccess headers"]])
[fi]