Changeset: 5862ee4e79bf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5862ee4e79bf
Modified Files:
clients/configure.ag
Branch: Oct2010
Log Message:
Fix for yesterdays autoconf-2.68 fix
make arguments correct, such that we actually define lenp_or_pointer_t
(transplanted from 973265cb00a21774db611ad0fd46291964f064c9)
diffs (15 lines):
diff -r d834b5e5f05c -r 5862ee4e79bf clients/configure.ag
--- a/clients/configure.ag Tue Nov 23 13:54:09 2010 +0100
+++ b/clients/configure.ag Wed Nov 24 12:41:12 2010 +0100
@@ -132,9 +132,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