From: Roger Meier Date: Tue, 1 May 2012 12:12:17 +0000 (+0000) Subject: disable c_glib for mingw compiler build X-Git-Tag: 0.9.1~391 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=23c16b7df7ba3d5f6efa52287b71d6941107c742;p=common%2Fthrift.git 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 f0b03a36..80c0e29a 100755 --- a/contrib/mingw-cross-compile.sh +++ b/contrib/mingw-cross-compile.sh @@ -3,6 +3,7 @@ set -e ./configure \ --without-cpp \ + --without-c_glib \ --without-java \ --without-csharp \ --without-python \