diff configure.ac @ 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
line wrap: on
line diff
--- a/configure.ac	Thu Feb 14 22:40:17 2008 +0100
+++ b/configure.ac	Fri Feb 15 13:11:56 2008 +0100
@@ -1811,7 +1811,7 @@
   if test "$enable_vdb" = "auto"; then
     case "$opsys" in
       darwin )  case "$machine" in
-		  i686 ) check_vdb_posix=yes ;;
+		  i[[3-9]]86 ) check_vdb_posix=yes ;;
 		  * ) AC_DEFINE(VDB_MACH)  have_vdb_mach=yes ;;
 		esac ;;
       cygwin* ) AC_DEFINE(VDB_WIN32) have_vdb_win32=yes ;;