]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
configure.ac: Fix the name of pciaccess header.
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 4 Mar 2015 00:01:45 +0000 (01:01 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 4 Mar 2015 00:01:45 +0000 (01:01 +0100)
configure.ac

index 2200776d3b76553105eb8bc94a10b5f2f8b7dd51..891c14ff30ad6b3ae366e7e79fc579371cc6aa0a 100644 (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]