fix configure typo

svn: r18397
This commit is contained in:
Matthew Flatt 2010-02-28 22:14:04 +00:00
parent e71bd71035
commit 8f8a8b18b1
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -5879,7 +5879,7 @@ case $OS in
alpha)
EXTRA_GMP_OBJ="gmp_alpha_gcc.o"
;;
i386,i486,i586,i686)
i386|i486|i586|i686)
enable_futures_by_default=yes
;;
*)

View File

@ -589,7 +589,7 @@ case $OS in
alpha)
EXTRA_GMP_OBJ="gmp_alpha_gcc.o"
;;
i386,i486,i586,i686)
i386|i486|i586|i686)
enable_futures_by_default=yes
;;
*)