From: Vladimir Serbinenko Date: Sat, 2 Nov 2013 23:24:57 +0000 (+0100) Subject: Fix last commit X-Git-Tag: grub-2.02-beta1~507 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48145ea358762344a0c148a472b8b61f9f915d49;p=thirdparty%2Fgrub.git Fix last commit --- diff --git a/configure.ac b/configure.ac index 16768804d..a5ce25c43 100644 --- a/configure.ac +++ b/configure.ac @@ -163,7 +163,7 @@ case "$target_cpu"-"$platform" in *) AC_MSG_ERROR([platform "$platform" is not supported for target CPU "$target_cpu"]) ;; esac -if [ x$platform != xemu ]; then +if test x$platform != xemu ; then case "$target_cpu" in i386 | powerpc) target_m32=1 ;; x86_64 | sparc64) target_m64=1 ;;