Changeset: 973265cb00a2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=973265cb00a2
Modified Files:
clients/configure.ag
Branch: default
Log Message:
Fix for yesterdays autoconf-2.68 fix
make arguments correct, such that we actually define lenp_or_pointer_t
diffs (15 lines):
diff -r 67593935d31e -r 973265cb00a2 clients/configure.ag
--- a/clients/configure.ag Tue Nov 23 12:02:27 2010 +0100
+++ b/clients/configure.ag Wed Nov 24 12:41:12 2010 +0100
@@ -137,9 +137,9 @@
(void) pnValueLength;
(void) pnValue;
return SQL_SUCCESS;}]],
- [[SQLColAttribute(0,0,0,0,0,0,0);]]),
+ [[SQLColAttribute(0,0,0,0,0,0,0);]])],
[lenp_or_pointer_t='SQLLEN *'],
- [lenp_or_pointer_t=SQLPOINTER]])
+ [lenp_or_pointer_t=SQLPOINTER])
AC_MSG_RESULT([using "$lenp_or_pointer_t"])
AC_DEFINE_UNQUOTED(LENP_OR_POINTER_T, $lenp_or_pointer_t, [Define as
SQLLEN * or SQLPOINTER depending on the include file])
fi
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list