Fix a syntax error in configure (remove extra ;;)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7449 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Nicolas Pouillard 2006-06-29 09:45:10 +00:00
parent 4ebb74e5df
commit 6eccb43a4b
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -249,7 +249,7 @@ case "$bytecc,$host" in
*,*-*-darwin*)
# Almost the same as rhapsody
bytecccompopts="-fno-defer-pop -no-cpp-precomp $gcc_warnings"
mathlib="";;
mathlib=""
if $arch64; then
# Tell gcc that we can use 32-bit code addresses for threaded code
echo "#define ARCH_CODE32" >> m.h