Fix last commit

This commit is contained in:
Vladimir Serbinenko 2013-11-03 00:24:57 +01:00
parent dd614590c9
commit 48145ea358
1 changed files with 1 additions and 1 deletions

View 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 ;;