[PATCH 0/1] MR10647: configure: Use alsa library search paths in the alsa library check.
Fixes the alsa-lib check on FreeBSD. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10647
From: Matteo Bruni <mbruni@codeweavers.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9ee0e765a15..f35ac4376d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1755,7 +1755,7 @@ AC_SUBST(ALSA_LIBS,"") if test "x$with_alsa" != "xno" then WINE_PACKAGE_FLAGS(ALSA,[alsa],[-lasound],,, - [AC_CHECK_LIB(asound,snd_pcm_hw_params_get_access_mask,[:],[ALSA_LIBS=""])]) + [AC_CHECK_LIB(asound,snd_pcm_hw_params_get_access_mask,[:],[ALSA_LIBS=""],[$ALSA_LIBS])]) fi WINE_NOTICE_WITH(alsa,[test -z "$ALSA_LIBS"], [libasound ${notice_platform}development files not found, Alsa won't be supported.], -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10647
participants (2)
-
Matteo Bruni -
Matteo Bruni (@Mystral)