Mercurial > hg > xemacs-beta
diff configure @ 3520:833d460acd43
[xemacs-hg @ 2006-07-19 19:35:20 by crestani]
2006-07-18 Marcus Crestani <crestani@xemacs.org>
* configure.ac: Intel-based Macs can use POSIX-style write
barrier. Use $machine to determine this.
author | crestani |
---|---|
date | Wed, 19 Jul 2006 19:35:25 +0000 |
parents | 3cb3c306cce9 |
children | 72e6cbbc65e0 |
line wrap: on
line diff
--- a/configure Wed Jul 19 19:24:42 2006 +0000 +++ b/configure Wed Jul 19 19:35:25 2006 +0000 @@ -4761,10 +4761,13 @@ if test "$enable_newgc" = "yes"; then if test "$enable_vdb" = "auto"; then case "$opsys" in - darwin ) cat >>confdefs.h <<\_ACEOF + darwin ) case "$machine" in + i686 ) check_vdb_posix=yes ;; + * ) cat >>confdefs.h <<\_ACEOF #define VDB_MACH 1 _ACEOF have_vdb_mach=yes ;; + esac ;; cygwin* ) cat >>confdefs.h <<\_ACEOF #define VDB_WIN32 1 _ACEOF