Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4423:1982c8c55632 | 4424:42711a251efd |
---|---|
1809 | 1809 |
1810 if test "$enable_newgc" = "yes"; then | 1810 if test "$enable_newgc" = "yes"; then |
1811 if test "$enable_vdb" = "auto"; then | 1811 if test "$enable_vdb" = "auto"; then |
1812 case "$opsys" in | 1812 case "$opsys" in |
1813 darwin ) case "$machine" in | 1813 darwin ) case "$machine" in |
1814 i686 ) check_vdb_posix=yes ;; | 1814 i[[3-9]]86 ) check_vdb_posix=yes ;; |
1815 * ) AC_DEFINE(VDB_MACH) have_vdb_mach=yes ;; | 1815 * ) AC_DEFINE(VDB_MACH) have_vdb_mach=yes ;; |
1816 esac ;; | 1816 esac ;; |
1817 cygwin* ) AC_DEFINE(VDB_WIN32) have_vdb_win32=yes ;; | 1817 cygwin* ) AC_DEFINE(VDB_WIN32) have_vdb_win32=yes ;; |
1818 linux* ) check_vdb_posix=yes ;; | 1818 linux* ) check_vdb_posix=yes ;; |
1819 freebsd ) check_vdb_posix=yes ;; | 1819 freebsd ) check_vdb_posix=yes ;; |