Update of /cvsroot/monetdb/geom
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv20788/geom
Modified Files:
configure.ag
Log Message:
conditionals NOT_WIN32 & NATIVE_WIN32 are globally set in AM_MONETDB_UTILS()
(cf., buildtools/conf/MonetDB.m4) which is called here;
hence, not need to set them (identially) here, again.
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/geom/configure.ag,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- configure.ag 17 Mar 2010 20:25:15 -0000 1.43
+++ configure.ag 11 Apr 2010 05:51:06 -0000 1.44
@@ -192,14 +192,3 @@
dnl CFLAGS for our code are stricter than what autoconf can cope with.
CFLAGS="$CFLAGS \$(X_CFLAGS)"
-
-case "$host_os" in
-*mingw*)
-AM_CONDITIONAL(NOT_WIN32, false)
-AM_CONDITIONAL(NATIVE_WIN32, true)
-;;
-*)
-AM_CONDITIONAL(NOT_WIN32, true)
-AM_CONDITIONAL(NATIVE_WIN32, false)
-;;
-esac
------------------------------------------------------------------------------
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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins