Update of /cvsroot/monetdb/buildtools/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17632/conf

Modified Files:
      Tag: MonetDB_1-20
        MonetDB.m4 
Log Message:

attempt to fix
[ 1876580 ] Compile MonetDB on Darwin 9: failed by --enable-oid32
https://sourceforge.net/tracker/index.php?func=detail&aid=1876580&group_id=56967&atid=482468

make sure, we handle --enable-oid32 and define MONET_OID32 only for 64-bit 
builds


Index: MonetDB.m4
===================================================================
RCS file: /cvsroot/monetdb/buildtools/conf/MonetDB.m4,v
retrieving revision 1.37.2.20
retrieving revision 1.37.2.21
diff -u -d -r1.37.2.20 -r1.37.2.21
--- MonetDB.m4  21 Jan 2008 09:58:44 -0000      1.37.2.20
+++ MonetDB.m4  22 Jan 2008 09:58:57 -0000      1.37.2.21
@@ -544,8 +544,8 @@
                [use 32 bits vor OIDs on a 64-bit architecture]),
        enable_oid32=$enableval,
        enable_oid32=no)
-case $enable_oid32 in
-yes)   AC_DEFINE(MONET_OID32, 1, [Define if the oid type should use 32 bits on 
a 64-bit architecture])
+case $bits-$enable_oid32 in
+64-yes)        AC_DEFINE(MONET_OID32, 1, [Define if the oid type should use 32 
bits on a 64-bit architecture])
        oids=32
        ;;
 esac


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to