Fix efiemu compilation condition
This commit is contained in:
parent
f34c08dac5
commit
cfdcef121f
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ fi
|
||||||
if test x"$target_cpu" != xi386 ; then
|
if test x"$target_cpu" != xi386 ; then
|
||||||
efiemu_excuse="only available on i386"
|
efiemu_excuse="only available on i386"
|
||||||
fi
|
fi
|
||||||
if test x"$platform" != xefi ; then
|
if test x"$platform" = xefi ; then
|
||||||
efiemu_excuse="not available on efi"
|
efiemu_excuse="not available on efi"
|
||||||
fi
|
fi
|
||||||
if test x"$efiemu_excuse" = x ; then
|
if test x"$efiemu_excuse" = x ; then
|
||||||
|
|
Loading…
Reference in a new issue