On Wed Feb 15 10:08:46 2023 +0000, Rémi Bernon wrote:
```suggestion:-3+0 WINE_NOTICE_WITH(vosk,[test x$with_vosk != xno -a x$ac_cv_lib_vosk != xyes], [libvosk ${notice_platform}development files not found (or too old), speech recognition won't be supported.], [enable_windows_media_speech]) ``` Or maybe if you don't want to disable the module entirely: ```suggestion:-3+0 WINE_NOTICE_WITH(vosk,[test x$with_vosk != xno -a x$ac_cv_lib_vosk != xyes], [libvosk ${notice_platform}development files not found (or too old), speech recognition won't be supported.]) ``` (I'm also guessing here, I am not very familiar with `configure.ac`)
This part also has some different issues, but in general the disable var can be removed. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2091#note_24340