disable c_glib for mingw compiler build
authorRoger Meier <roger@apache.org>
Tue, 1 May 2012 12:12:17 +0000 (12:12 +0000)
committerRoger Meier <roger@apache.org>
Tue, 1 May 2012 12:12:17 +0000 (12:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1332624 13f79535-47bb-0310-9956-ffa450edef68

contrib/mingw-cross-compile.sh

index f0b03a3..80c0e29 100755 (executable)
@@ -3,6 +3,7 @@ set -e
 
 ./configure \
   --without-cpp \
+  --without-c_glib \
   --without-java \
   --without-csharp \
   --without-python \