]> git.ipfire.org Git - thirdparty/grub.git/commit
configure.ac: Reorder efiemu check to after link format check.
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 31 Dec 2015 21:34:26 +0000 (22:34 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 31 Dec 2015 21:36:23 +0000 (22:36 +0100)
commit80fdaf1d012fa0403f7b75568df926735f070c3c
tree8b7de6c6c25d62572c86b06a663f76b3a8f0394a
parent4d6e9c8a92ce1b1b88980e31f9dd1e8ab78f3888
configure.ac: Reorder efiemu check to after link format check.

efiemu is supposed to be disabled when compiling through exe format.
Unfortunately format was determined only after efiemu check. Reorder to fix the
problem
configure.ac