Update of /cvsroot/monetdb/sql
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv20788/sql

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/sql/configure.ag,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- configure.ag        18 Mar 2010 13:00:09 -0000      1.163
+++ configure.ag        11 Apr 2010 05:51:06 -0000      1.164
@@ -126,14 +126,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

Reply via email to