]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix efiemu compilation condition
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 3 May 2010 21:00:49 +0000 (23:00 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 3 May 2010 21:00:49 +0000 (23:00 +0200)
configure.ac

index 810b8e78db36dd973c6c0e01bff4f6133fe25ca8..60c9898282489645dc127303a3313c88cdac75a0 100644 (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