From: Jaroslav Kysela Date: Wed, 19 Feb 2020 12:02:03 +0000 (+0100) Subject: configure: fix the inverted libatopology check X-Git-Tag: v1.2.2~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1d12bd369ed3a876b56981f2aac2232881caf132;p=alsa-utils.git configure: fix the inverted libatopology check Signed-off-by: Jaroslav Kysela --- diff --git a/configure.ac b/configure.ac index b7ed81a..a0b136b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 AC_DEFINE([HAVE_SEQ_CLIENT_INFO_GET_PID], 1, [alsa-lib supports snd_seq_client_info_get_pid]) 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