mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:25:43 +01:00
configure: fix the inverted libatopology check
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
3ca6cd71ae
commit
1d12bd369e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ AC_CHECK_LIB([asound], [snd_seq_client_info_get_pid], [HAVE_SEQ_CLIENT_INFO_GET_
|
||||||
if test "$HAVE_SEQ_CLIENT_INFO_GET_PID" = "yes" ; then
|
if test "$HAVE_SEQ_CLIENT_INFO_GET_PID" = "yes" ; then
|
||||||
AC_DEFINE([HAVE_SEQ_CLIENT_INFO_GET_PID], 1, [alsa-lib supports snd_seq_client_info_get_pid])
|
AC_DEFINE([HAVE_SEQ_CLIENT_INFO_GET_PID], 1, [alsa-lib supports snd_seq_client_info_get_pid])
|
||||||
fi
|
fi
|
||||||
AC_CHECK_LIB([atopology], [snd_tplg_save], [have_topology="no"])
|
AC_CHECK_LIB([atopology], [snd_tplg_save], [have_topology="yes"], [have_topology="no"])
|
||||||
|
|
||||||
#
|
#
|
||||||
# NOTE: The library 'libffado' (at least v2.4.1) executes ctor/dtor of instances
|
# NOTE: The library 'libffado' (at least v2.4.1) executes ctor/dtor of instances
|
||||||
|
|
Loading…
Reference in a new issue