disable c_glib for mingw compiler build

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1332624 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/contrib/mingw-cross-compile.sh b/contrib/mingw-cross-compile.sh
index f0b03a3..80c0e29 100755
--- a/contrib/mingw-cross-compile.sh
+++ b/contrib/mingw-cross-compile.sh
@@ -3,6 +3,7 @@
 
 ./configure \
   --without-cpp \
+  --without-c_glib \
   --without-java \
   --without-csharp \
   --without-python \