Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/configure Thu Feb 14 22:40:17 2008 +0100 +++ b/configure Fri Feb 15 13:11:56 2008 +0100 @@ -5355,7 +5355,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 ;; * ) cat >>confdefs.h <<\_ACEOF #define VDB_MACH 1 _ACEOF