[Scummvm-git-logs] scummvm master -> 3ab12b1d41a54c21b36ecd5b1670d9f31aed7c06
sluicebox
22204938+sluicebox at users.noreply.github.com
Sun Nov 15 00:39:43 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
3ab12b1d41 CONFIGURE: Fix TTS detection with Mingw
Commit: 3ab12b1d41a54c21b36ecd5b1670d9f31aed7c06
https://github.com/scummvm/scummvm/commit/3ab12b1d41a54c21b36ecd5b1670d9f31aed7c06
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2020-11-14T16:39:39-08:00
Commit Message:
CONFIGURE: Fix TTS detection with Mingw
This matches commit da77bfd7928f47438063e5e2d7ffffdc40e0c7d2 in real
code
Changed paths:
configure
diff --git a/configure b/configure
index 825b8d4aff..e859bae615 100755
--- a/configure
+++ b/configure
@@ -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
More information about the Scummvm-git-logs
mailing list