You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2012/05/01 14:12:17 UTC

svn commit: r1332624 - /thrift/trunk/contrib/mingw-cross-compile.sh

Author: roger
Date: Tue May  1 12:12:17 2012
New Revision: 1332624

URL: http://svn.apache.org/viewvc?rev=1332624&view=rev
Log:
disable c_glib for mingw compiler build

Modified:
    thrift/trunk/contrib/mingw-cross-compile.sh

Modified: thrift/trunk/contrib/mingw-cross-compile.sh
URL: http://svn.apache.org/viewvc/thrift/trunk/contrib/mingw-cross-compile.sh?rev=1332624&r1=1332623&r2=1332624&view=diff
==============================================================================
--- thrift/trunk/contrib/mingw-cross-compile.sh (original)
+++ thrift/trunk/contrib/mingw-cross-compile.sh Tue May  1 12:12:17 2012
@@ -3,6 +3,7 @@ set -e
 
 ./configure \
   --without-cpp \
+  --without-c_glib \
   --without-java \
   --without-csharp \
   --without-python \