From: Vladimir 'phcoder' Serbinenko Date: Mon, 3 May 2010 21:00:49 +0000 (+0200) Subject: Fix efiemu compilation condition X-Git-Tag: 1.99~629^2~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfdcef121fa3b4fe6782498a3bf483472bb1a244;p=thirdparty%2Fgrub.git Fix efiemu compilation condition --- diff --git a/configure.ac b/configure.ac index 810b8e78d..60c989828 100644 --- a/configure.ac +++ b/configure.ac @@ -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