Changeset: 087e0c9ead57 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=087e0c9ead57
Modified Files:
MonetDB/configure.ag
Branch: Oct2010
Log Message:
fix autoconf-2.68 complaint
diffs (16 lines):
diff -r 7ce8e3e203d8 -r 087e0c9ead57 MonetDB/configure.ag
--- a/MonetDB/configure.ag Fri Dec 03 09:11:27 2010 +0100
+++ b/MonetDB/configure.ag Fri Dec 03 14:25:45 2010 +0100
@@ -85,10 +85,10 @@
AM_MONETDB_LIBS()
# Checks for typedefs, structures, and compiler characteristics.
-AC_COMPILE_IFELSE(AC_LANG_SOURCE([int foo(int * restrict p) { return *p; }]),
+AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int foo(int * restrict p) { return *p;
}]])],
AC_DEFINE(HAVE_RESTRICT, 1,
[Define if the compiler supports the restrict keyword]),
- AC_COMPILE_IFELSE(AC_LANG_SOURCE([int foo(int * __restrict__ p) {
return *p; }]),
+ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int foo(int * __restrict__ p) {
return *p; }]])],
AC_DEFINE(HAVE___RESTRICT__, 1,
[Define if the compiler supports the __restrict__
keyword])))
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list