Lines Matching refs:yes
29 AC_CHECK_HEADERS([alsa/pcm.h], [have_pcm="yes"], [have_pcm="no"],
31 AC_CHECK_HEADERS([alsa/mixer.h], [have_mixer="yes"], [have_mixer="no"],
33 AC_CHECK_HEADERS([alsa/rawmidi.h], [have_rawmidi="yes"], [have_rawmidi="no"],
35 AC_CHECK_HEADERS([alsa/seq.h], [have_seq="yes"], [have_seq="no"],
37 AC_CHECK_HEADERS([alsa/use-case.h], [have_ucm="yes"], [have_ucm="no"],
39 AC_CHECK_HEADERS([alsa/topology.h], [have_topology="yes"], [have_topology="no"],
41 AC_CHECK_HEADERS([samplerate.h], [have_samplerate="yes"], [have_samplerate="no"],
44 AC_CHECK_LIB([asound], [snd_seq_client_info_get_card], [HAVE_SEQ_CLIENT_INFO_GET_CARD="yes"])
45 if test "$HAVE_SEQ_CLIENT_INFO_GET_CARD" = "yes" ; then
48 AC_CHECK_LIB([asound], [snd_seq_client_info_get_pid], [HAVE_SEQ_CLIENT_INFO_GET_PID="yes"])
49 if test "$HAVE_SEQ_CLIENT_INFO_GET_PID" = "yes" ; then
52 AC_CHECK_LIB([atopology], [snd_tplg_save], [have_topology="yes"], [have_topology="no"])
61 AC_CHECK_LIB([ffado], [ffado_streaming_init], [have_ffado="yes"], [have_ffado="no"])
66 AC_CHECK_FUNC([memfd_create], [have_memfd_create="yes"], [have_memfd_create="no"])
70 AM_CONDITIONAL(HAVE_PCM, test "$have_pcm" = "yes")
71 AM_CONDITIONAL(HAVE_MIXER, test "$have_mixer" = "yes")
72 AM_CONDITIONAL(HAVE_RAWMIDI, test "$have_rawmidi" = "yes")
73 AM_CONDITIONAL(HAVE_SEQ, test "$have_seq" = "yes")
74 AM_CONDITIONAL(HAVE_UCM, test "$have_ucm" = "yes")
75 AM_CONDITIONAL(HAVE_TOPOLOGY, test "$have_topology" = "yes")
76 AM_CONDITIONAL(HAVE_SAMPLERATE, test "$have_samplerate" = "yes")
77 AM_CONDITIONAL(HAVE_FFADO, test "$have_ffado" = "yes")
84 yes) alsabat_backend_tiny=true ;;
91 if test "$have_pcm" = "yes"; then
95 yes) bat=true ;;
111 have_libfftw3="yes"
116 have_libtinyalsa="yes"
131 AM_CONDITIONAL(HAVE_LIBFFTW3, test "$have_libfftw3" = "yes")
132 AM_CONDITIONAL(HAVE_LIBTINYALSA, test "$have_libtinyalsa" = "yes")
138 AS_HELP_STRING([--with-librt], [Use librt for monotonic clock (default = yes)]),
139 [ have_librt="$withval" ], [ have_librt="yes" ])
140 if test "$have_librt" = "yes"; then
141 AC_CHECK_LIB([rt], [clock_gettime], [HAVE_LIBRT="yes"])
142 if test "$HAVE_LIBRT" = "yes" ; then
156 if test "$have_mixer" = "yes"; then
160 yes) alsamixer=true ;;
171 yes) alsaconf=true ;;
181 yes) alsaloop=true ;;
190 xmlto="$enableval", xmlto="yes")
191 if test "$xmlto" = "yes"; then
192 AC_CHECK_PROG([xmlto_available], [xmlto], [yes])
199 rst2man="$enableval", rst2man="yes")
200 if test "$rst2man" = "yes"; then
201 AC_CHECK_PROG([rst2man_available], [rst2man], [yes])
227 if test "$curseslib" = "ncursesw" -o \( "$curseslib" = "auto" -a "$USE_NLS" = "yes" \); then
236 AC_CHECK_PROG([ncursesw5_config], [ncursesw5-config], [yes])
237 if test "$ncursesw5_config" = "yes"; then
250 CURSES_NLS="yes"
262 AC_CHECK_PROG([ncurses5_config], [ncurses5-config], [yes])
263 if test "$ncurses5_config" = "yes"; then
308 AC_TRY_LINK([#include <panel.h>], [set_escdelay(100);],[HAVE_CURSES_ESCDELAY="yes"])
309 if test "$HAVE_CURSES_ESCDELAY" = "yes"; then
313 if test "$USE_NLS" = "yes"; then
328 [CURSES_NLS="yes"])
331 if test "$CURSES_NLS" = "yes"; then
405 [have_min_systemd="yes"],
413 AM_CONDITIONAL(HAVE_SYSTEMD, [test "$have_min_systemd" = "yes" \