comparison configure @ 4424:42711a251efd

Look for all x86 machines to determine which write barrier to use on MacOSX.
author Marcus Crestani <crestani@informatik.uni-tuebingen.de>
date Fri, 15 Feb 2008 13:11:56 +0100
parents eb82fbb675ea
children e4225b6d9389
comparison
equal deleted inserted replaced
4423:1982c8c55632 4424:42711a251efd
5353 5353
5354 if test "$enable_newgc" = "yes"; then 5354 if test "$enable_newgc" = "yes"; then
5355 if test "$enable_vdb" = "auto"; then 5355 if test "$enable_vdb" = "auto"; then
5356 case "$opsys" in 5356 case "$opsys" in
5357 darwin ) case "$machine" in 5357 darwin ) case "$machine" in
5358 i686 ) check_vdb_posix=yes ;; 5358 i[3-9]86 ) check_vdb_posix=yes ;;
5359 * ) cat >>confdefs.h <<\_ACEOF 5359 * ) cat >>confdefs.h <<\_ACEOF
5360 #define VDB_MACH 1 5360 #define VDB_MACH 1
5361 _ACEOF 5361 _ACEOF
5362 have_vdb_mach=yes ;; 5362 have_vdb_mach=yes ;;
5363 esac ;; 5363 esac ;;