From: Vladimir Serbinenko Date: Wed, 4 Mar 2015 00:01:45 +0000 (+0100) Subject: configure.ac: Fix the name of pciaccess header. X-Git-Tag: 2.02-beta3~367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5959b15c1cf2113999968291e0723337888d4979;p=thirdparty%2Fgrub.git configure.ac: Fix the name of pciaccess header. --- diff --git a/configure.ac b/configure.ac index 2200776d3..891c14ff3 100644 --- a/configure.ac +++ b/configure.ac @@ -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]