From: Takashi Iwai Date: Wed, 27 Nov 2019 09:19:26 +0000 (+0100) Subject: alsa.m4: Fix the detection of topology library availability X-Git-Tag: v1.2.1.2~7 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=09b40fdcfed2fd383f1753237b3dfd218a7d6dc2;p=alsa-lib.git 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 --- diff --git a/utils/alsa.m4 b/utils/alsa.m4 index 90e3ee56..4c457f0d 100644 --- a/utils/alsa.m4 +++ b/utils/alsa.m4 @@ -130,6 +130,7 @@ AC_LANG_C AC_MSG_CHECKING([for libatopology (sound headers version > 1.1.9)]) AC_TRY_COMPILE([ #include +#include ], [ /* ensure backward compatibility */ #if !defined(SND_LIB_VERSION)