From: Roger Meier Date: Sun, 9 Feb 2014 21:43:40 +0000 (+0100) Subject: THRIFT-2344 configure.ac: compiler-only option X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=3bf62d1d89de63ed3d4b9d14eb62e61d3143cbfe;p=common%2Fthrift.git THRIFT-2344 configure.ac: compiler-only option Patch: Roger Meier --- diff --git a/contrib/mingw-cross-compile.sh b/contrib/mingw-cross-compile.sh index 3839ce01..54cd8520 100755 --- a/contrib/mingw-cross-compile.sh +++ b/contrib/mingw-cross-compile.sh @@ -2,18 +2,7 @@ set -e ./configure \ - --without-cpp \ - --without-c_glib \ - --without-java \ - --without-csharp \ - --without-python \ - --without-ruby \ - --without-haskell \ - --without-perl \ - --without-php \ - --without-erlang \ - --without-go \ - --without-d \ + --disable-libs \ --build=i686-pc-linux-gnu \ --host=i586-mingw32msvc