diff 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
line wrap: on
line diff
--- a/configure.ac	Tue Aug 27 01:33:34 2013 +0900
+++ b/configure.ac	Sun Sep 08 21:48:09 2013 +0200
@@ -1448,6 +1448,7 @@
     case "$opsys" in
       darwin )  case "$machine" in
 		  intel386 ) check_vdb_posix=yes ;;
+		  x86_64 ) check_vdb_posix=yes ;;
 		  * ) AC_DEFINE(VDB_MACH)  have_vdb_mach=yes ;;
 		esac ;;
       cygwin* ) AC_DEFINE(VDB_WIN32) have_vdb_win32=yes ;;