Changeset: d834b5e5f05c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d834b5e5f05c
Modified Files:
clients/configure.ag
Branch: Oct2010
Log Message:
add quoting to silence autoconf-2.68
(transplanted from cd4cc69f2beb4047fb20635f079480756414e3d7)
diffs (21 lines):
diff -r 087e0c9ead57 -r d834b5e5f05c clients/configure.ag
--- a/clients/configure.ag Fri Dec 03 14:25:45 2010 +0100
+++ b/clients/configure.ag Tue Nov 23 13:54:09 2010 +0100
@@ -119,7 +119,7 @@
fi
if test "x$have_unixodbc" != xno; then
AC_MSG_CHECKING([checking whether SQLColAttribute uses SQLLEN * or
SQLPOINTER])
- AC_COMPILE_IFELSE(
+ AC_COMPILE_IFELSE([
AC_LANG_PROGRAM([[
#include <sql.h>
SQLRETURN SQL_API
@@ -134,7 +134,7 @@
return SQL_SUCCESS;}]],
[[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