summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8380147c4..2fe63f71d 100755
--- a/configure
+++ b/configure
@@ -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;;