From 3bf62d1d89de63ed3d4b9d14eb62e61d3143cbfe Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Sun, 9 Feb 2014 22:43:40 +0100 Subject: [PATCH] THRIFT-2344 configure.ac: compiler-only option Patch: Roger Meier --- contrib/mingw-cross-compile.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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 -- 2.17.1