CONFIGURE: Fix TTS detection with Mingw
This matches commit da77bfd792
in real
code
This commit is contained in:
parent
8c94234adf
commit
81f7f0086f
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -4259,7 +4259,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue