diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1023,7 +1023,7 @@ esac case "$host" in alpha*-*-*) bng_arch=alpha; bng_asm_level=1;; i[3456]86-*-*) bng_arch=ia32 - if `sh ./trycompile ia32sse2.c` + if sh ./trycompile ia32sse2.c then bng_asm_level=2 else bng_asm_level=1 fi;; |