Pour BIGNUM_ARCH, prevoir le cas ou 'as' n'existe pas

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3374 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2001-01-25 14:19:37 +00:00
parent bc8f2e22d4
commit 9e926d0080
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -757,6 +757,9 @@ case "$host" in
*) bignum_arch=C
esac
# Some systems (e.g. Solaris) don't have an assembler!
if sh ./searchpath as; then :; else bignum_arch=C; fi
echo "BIGNUM_ARCH=$bignum_arch" >> Makefile
# Determine if the threads library is supported