From 23c16b7df7ba3d5f6efa52287b71d6941107c742 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Tue, 1 May 2012 12:12:17 +0000 Subject: [PATCH] disable c_glib for mingw compiler build git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1332624 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/mingw-cross-compile.sh | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.17.1