Mercurial > hg > xemacs-beta
comparison configure.ac @ 5761:a9fd35f939a5
Fix VDB detection on x86_64 Macs.
author | Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
---|---|
date | Sun, 08 Sep 2013 21:48:09 +0200 |
parents | 3ccb4aaf91c7 |
children | e88d026f3917 |
comparison
equal
deleted
inserted
replaced
5760:995257d0c590 | 5761:a9fd35f939a5 |
---|---|
1446 if test "$with_newgc" = "yes"; then | 1446 if test "$with_newgc" = "yes"; then |
1447 if test "$with_vdb" = "auto"; then | 1447 if test "$with_vdb" = "auto"; then |
1448 case "$opsys" in | 1448 case "$opsys" in |
1449 darwin ) case "$machine" in | 1449 darwin ) case "$machine" in |
1450 intel386 ) check_vdb_posix=yes ;; | 1450 intel386 ) check_vdb_posix=yes ;; |
1451 x86_64 ) check_vdb_posix=yes ;; | |
1451 * ) AC_DEFINE(VDB_MACH) have_vdb_mach=yes ;; | 1452 * ) AC_DEFINE(VDB_MACH) have_vdb_mach=yes ;; |
1452 esac ;; | 1453 esac ;; |
1453 cygwin* ) AC_DEFINE(VDB_WIN32) have_vdb_win32=yes ;; | 1454 cygwin* ) AC_DEFINE(VDB_WIN32) have_vdb_win32=yes ;; |
1454 linux* ) check_vdb_posix=yes ;; | 1455 linux* ) check_vdb_posix=yes ;; |
1455 freebsd ) check_vdb_posix=yes ;; | 1456 freebsd ) check_vdb_posix=yes ;; |