Changeset: d2f82c095851 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d2f82c095851
Modified Files:
        configure.ag
Branch: Jun2020
Log Message:

unixodbc on Darwin wants to know how large a long int is.


diffs (11 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2132,6 +2132,7 @@ AC_CHECK_SIZEOF([char])
 AC_CHECK_SIZEOF([short])
 AC_CHECK_SIZEOF([int])
 AC_CHECK_SIZEOF([long])
+AC_CHECK_SIZEOF([long int])
 AC_CHECK_SIZEOF([void *])
 AC_CHECK_SIZEOF([size_t])
 AC_CHECK_SIZEOF([double])
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to