summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2003-12-20 11:45:54 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2003-12-20 11:45:54 +0000
commit4a472b116b92a18cf5f03c64eb6f7a2ecaa8c078 (patch)
tree4d2669fb5138963849880661f28719380fc1201e
parent661a890b17a40c30b2cda8004b45ee38bed7bac2 (diff)
Typo dans detection SSE2 (PR#1977)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6032 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-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;;