Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5563:309e5631e4c8 | 5564:209024442c24 |
---|---|
5905 | 5905 |
5906 if test "$with_newgc" = "yes"; then | 5906 if test "$with_newgc" = "yes"; then |
5907 if test "$with_vdb" = "auto"; then | 5907 if test "$with_vdb" = "auto"; then |
5908 case "$opsys" in | 5908 case "$opsys" in |
5909 darwin ) case "$machine" in | 5909 darwin ) case "$machine" in |
5910 i[3-9]86 ) check_vdb_posix=yes ;; | 5910 intel386 ) check_vdb_posix=yes ;; |
5911 * ) $as_echo "#define VDB_MACH 1" >>confdefs.h | 5911 * ) $as_echo "#define VDB_MACH 1" >>confdefs.h |
5912 have_vdb_mach=yes ;; | 5912 have_vdb_mach=yes ;; |
5913 esac ;; | 5913 esac ;; |
5914 cygwin* ) $as_echo "#define VDB_WIN32 1" >>confdefs.h | 5914 cygwin* ) $as_echo "#define VDB_WIN32 1" >>confdefs.h |
5915 have_vdb_win32=yes ;; | 5915 have_vdb_win32=yes ;; |