Update of /cvsroot/monetdb/pathfinder
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11074
Modified Files:
configure.ag
Log Message:
Check for C99 using AC_PROG_CC_C99
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- configure.ag 17 Mar 2010 20:25:17 -0000 1.162
+++ configure.ag 18 Mar 2010 10:39:36 -0000 1.163
@@ -77,7 +77,8 @@
dnl must check for compiler before checking for MonetDB4
AM_MONETDB_DEFAULTS()
AM_MONETDB_COMPILER()
-if test "x$have_c99" != xyes; then
+AC_PROG_CC_C99()
+if test "x$ac_cv_prog_cc_c99" == xno; then
AC_MSG_ERROR([Pathfinder requires a C99 compliant C compiler, but your
C compiler does not seem to be C99 compliant.])
fi
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins