Changeset: cd4cc69f2beb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cd4cc69f2beb
Modified Files:
clients/configure.ag
Branch: default
Log Message:
add quoting to silence autoconf-2.68
diffs (21 lines):
diff -r 3c9fcceb2a24 -r cd4cc69f2beb clients/configure.ag
--- a/clients/configure.ag Mon Nov 22 17:00:54 2010 +0100
+++ b/clients/configure.ag Tue Nov 23 13:54:09 2010 +0100
@@ -124,7 +124,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
@@ -139,7 +139,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