From 09b1f9d6c1ddae7ed648fb09fb7f81f72c7a0c66 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Thu, 3 Oct 2019 21:32:20 +0200 Subject: CONFIGURE: Disable TTS building on MinGW by default TTS shouldn't be built under MinGW by default, because it causes a warning at the end of the build. Before this it would still build TTS on MinGW64. --- configure | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'configure') diff --git a/configure b/configure index aa1f446e3a..52d9c26016 100755 --- a/configure +++ b/configure @@ -4230,18 +4230,6 @@ echocheck "TTS libraries" if test "$_tts" = auto ; then _tts=no case $_host_os in - mingw*) - cat > $TMPC << EOF -#include -#include -#include -int main(void) { return 0; } -EOF - cc_check -lsapi -lole32 && _tts=yes - if test "$_host_os" = "mingw32" ; then - _tts=no - fi - ;; linux*) cat > $TMPC << EOF #include -- cgit v1.2.3