Fix efiemu compilation condition

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-03 23:00:49 +02:00
parent f34c08dac5
commit cfdcef121f
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ fi
if test x"$target_cpu" != xi386 ; then
efiemu_excuse="only available on i386"
fi
if test x"$platform" != xefi ; then
if test x"$platform" = xefi ; then
efiemu_excuse="not available on efi"
fi
if test x"$efiemu_excuse" = x ; then