Mercurial > hg > xemacs-beta
diff configure @ 5564:209024442c24
Examine $machine more carefully when choosing VDB implementation, NEW_GC
ChangeLog addition:
2011-09-05 Aidan Kehoe <kehoea@parhasard.net>
* configure.ac: $machine is intel386, reflecting the file name
under src/m/, on i[3-9]86. Respect this when deciding on VDB_POSIX
over VDB_MACH with the new GC.
* configure:
Regenerate.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 05 Sep 2011 20:18:05 +0100 |
parents | 10455659ab64 |
children | bccc91a65536 |
line wrap: on
line diff
--- a/configure Tue Sep 06 00:04:26 2011 +0900 +++ b/configure Mon Sep 05 20:18:05 2011 +0100 @@ -5907,7 +5907,7 @@ if test "$with_vdb" = "auto"; then case "$opsys" in darwin ) case "$machine" in - i[3-9]86 ) check_vdb_posix=yes ;; + intel386 ) check_vdb_posix=yes ;; * ) $as_echo "#define VDB_MACH 1" >>confdefs.h have_vdb_mach=yes ;; esac ;;