Lines Matching refs:yes
24 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
61 if test "$enable_static" = "$enable_shared" -a "$enable_static" = "yes"; then
64 See INSTALL file for more details (do not use --enable-shared=yes with
65 --enable-static=yes).
126 [shared library will be compiled with versioned symbols (default = yes)]),
127 versioned="$withval", versioned="yes")
128 if test "$versioned" = "yes"; then
143 AC_MSG_RESULT(yes)
158 if test "$symfuncs" = "yes"; then
160 AC_MSG_RESULT(yes)
185 [library will be compiled with asserts (default = yes)]),
186 debug="$withval", debug="yes")
187 if test "$debug" = "yes"; then
188 AC_MSG_RESULT(yes)
194 if test "$debug" = "yes"; then
200 if test "$debug_assert" = "yes"; then
201 AC_MSG_RESULT(yes)
223 y|yes) softfloat=yes ;;
226 if test "$softfloat" = "yes" ; then
228 AC_MSG_RESULT(yes)
234 if test "$softfloat" != "yes"; then
241 AS_HELP_STRING([--with-libdl], [Use libdl for plugins (default = yes)]),
242 [ have_libdl="$withval" ], [ have_libdl="yes" ])
244 if test "$have_libdl" = "yes"; then
245 AC_CHECK_LIB([dl], [dlsym], [HAVE_LIBDL="yes"])
246 if test "$HAVE_LIBDL" = "yes" ; then
253 AM_CONDITIONAL([BUILD_MODULES], [test "$HAVE_LIBDL" = "yes"])
258 AS_HELP_STRING([--with-pthread], [Use pthread (default = yes)]),
259 [ have_pthread="$withval" ], [ have_pthread="yes" ])
260 if test "$have_pthread" = "yes"; then
261 AC_CHECK_LIB([pthread], [pthread_join], [HAVE_LIBPTHREAD="yes"])
262 if test "$HAVE_LIBPTHREAD" = "yes"; then
271 if test "$HAVE_LIBPTHREAD" = "yes"; then
286 AC_MSG_RESULT([yes])],
292 AS_HELP_STRING([--with-librt], [Use librt for monotonic clock (default = yes)]),
293 [ have_librt="$withval" ], [ have_librt="yes" ])
294 if test "$have_librt" = "yes"; then
295 AC_CHECK_LIB([rt], [clock_gettime], [HAVE_LIBRT="yes"])
296 if test "$HAVE_LIBRT" = "yes" ; then
313 y|yes) wordexp=yes ;;
316 if test "$wordexp" = "yes" ; then
318 AC_MSG_RESULT(yes)
333 if test "$resmgr" = "yes"; then
343 aload="$enableval", aload="yes")
345 if test "$aload" = "yes"; then
378 [build_mixer="$enableval"], [build_mixer="yes"])
381 [build_pcm="$enableval"], [build_pcm="yes"])
384 [build_rawmidi="$enableval"], [build_rawmidi="yes"])
387 [build_hwdep="$enableval"], [build_hwdep="yes"])
390 [build_seq="$enableval"], [build_seq="yes"])
393 [build_ucm="$enableval"], [build_ucm="yes"])
396 [build_topology="$enableval"], [build_topology="yes"])
400 test "$softfloat" = "yes" && build_alisp="no"
403 [keep_old_symbols="$enableval"], [keep_old_symbols="yes"])
416 [build_python="$enableval"], [build_python="yes"])
423 if test "$build_python" = "yes" -a "$build_mixer_pymodules" = "yes"; then
426 if test "$build_python2" != "yes"; then
455 if test "$build_python" != "yes"; then
472 if test "$build_mixer" = "yes"; then
475 if test "$build_pcm" = "yes"; then
478 if test "$build_rawmidi" = "yes"; then
481 if test "$build_hwdep" = "yes"; then
484 if test "$build_seq" = "yes"; then
487 if test "$build_ucm" = "yes"; then
490 if test "$build_topology" = "yes"; then
496 if test "$build_pcm" = "yes"; then
515 [gcc_have_atomics=yes],
538 eval build_pcm_$t="yes"
539 build_pcm_plugin="yes"
545 if test "$build_pcm_plug" = "yes"; then
546 build_pcm_linear="yes"
547 build_pcm_copy="yes"
550 if test "$build_pcm_ioplug" = "yes"; then
551 build_pcm_extplug="yes"
554 if test "$HAVE_LIBDL" != "yes"; then
561 if test "$HAVE_LIBPTHREAD" != "yes"; then
565 if test "$softfloat" = "yes"; then
570 if test "$gcc_have_atomics" != "yes"; then
574 if test "$ac_cv_header_sys_shm_h" != "yes"; then
611 if test "$build_pcm_rate" = "yes"; then
614 if test "$build_pcm_route" = "yes"; then
617 if test "$build_pcm_lfloat" = "yes"; then
620 if test "$build_pcm_adpcm" = "yes"; then
623 if test "$build_pcm_mulaw" = "yes"; then
626 if test "$build_pcm_alaw" = "yes"; then
629 if test "$build_pcm_mmap_emul" = "yes"; then
633 if test "$build_pcm_dmix" = "yes"; then
639 if test "$lockless_dmix" = "yes"; then
640 AC_MSG_RESULT(yes)
651 if eval test \$build_pcm_$t = yes; then
674 eval build_ctl_$t="yes"
675 build_ctl_plugin="yes"
680 if test "$ac_cv_header_sys_shm_h" != "yes"; then
693 if eval test \$build_ctl_$t = yes; then
713 if test "$HAVE_LIBPTHREAD" = "yes"; then
718 threadsafe="$enableval", threadsafe="yes")
719 if test "$threadsafe" = "yes"; then
720 AC_MSG_RESULT(yes)
754 test "$ac_cv_header_endian_h" = "yes" && echo "#include <endian.h>" >> include/asoundlib.h
755 if test "$ac_cv_header_sys_endian_h" = "yes"; then
783 test "$build_pcm" = "yes" && echo "#include <alsa/pcm.h>" >> include/asoundlib.h
784 test "$build_rawmidi" = "yes" && echo "#include <alsa/rawmidi.h>" >> include/asoundlib.h
785 test "$build_pcm" = "yes" && echo "#include <alsa/timer.h>" >> include/asoundlib.h
786 test "$build_hwdep" = "yes" && echo "#include <alsa/hwdep.h>" >> include/asoundlib.h
788 test "$build_mixer" = "yes" && echo "#include <alsa/mixer.h>" >> include/asoundlib.h
789 test "$build_seq" = "yes" && echo "#include <alsa/seq_event.h>" >> include/asoundlib.h
790 test "$build_seq" = "yes" && echo "#include <alsa/seq.h>" >> include/asoundlib.h
791 test "$build_seq" = "yes" && echo "#include <alsa/seqmid.h>" >> include/asoundlib.h
792 test "$build_seq" = "yes" && echo "#include <alsa/seq_midi_event.h>" >> include/asoundlib.h