]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix last commit
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 2 Nov 2013 23:24:57 +0000 (00:24 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 2 Nov 2013 23:25:04 +0000 (00:25 +0100)
configure.ac

index 16768804da8ea7a0cae1d6153a6348e2f68e1189..a5ce25c43f35bd781557eee8ad711e528aeccb7d 100644 (file)
@@ -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 ;;