From 48145ea358762344a0c148a472b8b61f9f915d49 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 3 Nov 2013 00:24:57 +0100 Subject: [PATCH] Fix last commit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;