diff 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
line wrap: on
line diff
--- a/configure	Tue Aug 27 01:33:34 2013 +0900
+++ b/configure	Sun Sep 08 21:48:09 2013 +0200
@@ -5940,6 +5940,7 @@
     case "$opsys" in
       darwin )  case "$machine" in
 		  intel386 ) check_vdb_posix=yes ;;
+		  x86_64 ) check_vdb_posix=yes ;;
 		  * ) $as_echo "#define VDB_MACH 1" >>confdefs.h
   have_vdb_mach=yes ;;
 		esac ;;