xaudio2: Fix the optional FAudio functions check.
commit55e09533db40f10ba3843d5b1736f9786f2fb5b8
authorFrancois Gouget <fgouget@codeweavers.com>
Tue, 30 Jul 2019 16:39:28 +0000 (30 18:39 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 31 Jul 2019 07:44:34 +0000 (31 09:44 +0200)
tree14ab1e6cce07a5224df938028977f2153ceca269
parentaae296bfd799f2ae79ed31a07a99dbba7e8a55e7
xaudio2: Fix the optional FAudio functions check.

WINE_CHECK_LIB_FUNCS() must be called in WINE_PACKAGE_FLAGS()'s checks
parameter so this happens before CAUDIO_{FLAGS,LIBS} have been mangled
for use by makefiles.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
configure
configure.ac