CONFIGURE: Fix TTS detection with Mingw

This matches commit da77bfd7928f47438063e5e2d7ffffdc40e0c7d2 in real
code
This commit is contained in:
Le Philousophe 2020-11-14 16:39:47 +01:00 committed by sluicebox
parent 224777a26b
commit 3ab12b1d41

2
configure vendored
View File

@ -4347,7 +4347,7 @@ if test "$_tts" = auto ; then
mingw*)
cat > $TMPC << EOF
#include <windows.h>
#include <Servprov.h>
#include <servprov.h>
#include <sapi.h>
int main(void) { return 0; }
EOF