aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure12
1 files changed, 0 insertions, 12 deletions
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 <windows.h>
-#include <Servprov.h>
-#include <sapi.h>
-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 <speech-dispatcher/libspeechd.h>