On Wed Feb 15 10:08:46 2023 +0000, Rémi Bernon wrote:
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:
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.