On Fri, Apr 09, 2010 at 10:28:06AM +0000, Fabian wrote:
Update of /cvsroot/monetdb/clients/src In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv15735/src
Modified Files: Makefile.ag Log Message: don't try to compile ODBC if configure already concluded it won't fly, or if the user actually requested it not to be built
Am I right that on system where configure is not available (read: Windows), we'll now have to set HAVE_UNIXODBC (provided we do have ODBC) "by hand" to have odbc compiled on such system(s)? Stefan
Index: Makefile.ag =================================================================== RCS file: /cvsroot/monetdb/clients/src/Makefile.ag,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile.ag 7 Jan 2010 15:24:16 -0000 1.17 +++ Makefile.ag 9 Apr 2010 10:28:04 -0000 1.18 @@ -15,4 +15,4 @@ # Copyright August 2008-2010 MonetDB B.V. # All Rights Reserved.
-SUBDIRS = mapilib mapiclient odbc HAVE_PERL?perl php HAVE_PYTHON?python HAVE_RUBYGEM?ruby examples HAVE_MAPILITE?mapilite +SUBDIRS = mapilib mapiclient HAVE_UNIXODBC?odbc HAVE_PERL?perl php HAVE_PYTHON?python HAVE_RUBYGEM?ruby examples HAVE_MAPILITE?mapilite
------------------------------------------------------------------------------ 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-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4199 |