Mercurial > hg > xemacs-beta
comparison configure @ 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 |
---|---|
5938 if test "$with_newgc" = "yes"; then | 5938 if test "$with_newgc" = "yes"; then |
5939 if test "$with_vdb" = "auto"; then | 5939 if test "$with_vdb" = "auto"; then |
5940 case "$opsys" in | 5940 case "$opsys" in |
5941 darwin ) case "$machine" in | 5941 darwin ) case "$machine" in |
5942 intel386 ) check_vdb_posix=yes ;; | 5942 intel386 ) check_vdb_posix=yes ;; |
5943 x86_64 ) check_vdb_posix=yes ;; | |
5943 * ) $as_echo "#define VDB_MACH 1" >>confdefs.h | 5944 * ) $as_echo "#define VDB_MACH 1" >>confdefs.h |
5944 have_vdb_mach=yes ;; | 5945 have_vdb_mach=yes ;; |
5945 esac ;; | 5946 esac ;; |
5946 cygwin* ) $as_echo "#define VDB_WIN32 1" >>confdefs.h | 5947 cygwin* ) $as_echo "#define VDB_WIN32 1" >>confdefs.h |
5947 have_vdb_win32=yes ;; | 5948 have_vdb_win32=yes ;; |