mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
alsa.m4: Fix the detection of topology library availability
The header file alsa/topology.h is mandatory and needs to be checked, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
4c89f4eb90
commit
09b40fdcfe
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ AC_LANG_C
|
|||
AC_MSG_CHECKING([for libatopology (sound headers version > 1.1.9)])
|
||||
AC_TRY_COMPILE([
|
||||
#include <alsa/asoundlib.h>
|
||||
#include <alsa/topology.h>
|
||||
], [
|
||||
/* ensure backward compatibility */
|
||||
#if !defined(SND_LIB_VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue