Changeset: f82bd81d71f2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f82bd81d71f2
Modified Files:
        configure.ag
Branch: Jun2020
Log Message:

Add test needed for 32 bit Debian.


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2127,6 +2127,8 @@ AM_CONDITIONAL([HAVE_HGE], [test "x$have
 AC_CHECK_TYPES([ptrdiff_t],,,[@%:@include <stddef.h>])
 AC_CHECK_TYPES([intptr_t])
 AC_CHECK_TYPES([uintptr_t])
+# needed for UNIXodbc on 32 bit architectures.
+AC_CHECK_TYPES([long long])
 
 AC_CHECK_SIZEOF([char])
 AC_CHECK_SIZEOF([short])
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to