Changeset ead2920


Ignore:
Timestamp:
May 28, 2005, 8:53:21 AM (20 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
98df9f4
Parents:
a9d9c5c
Message:

disable alsa if no jack found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    ra9d9c5c read2920  
    131131if test "$with_alsa" = "yes"
    132132then
     133        if test "$with_jack" = "yes"
     134        then
    133135        PKG_CHECK_MODULES(ALSA,       alsa >= 0.0.9,          ALSA_SUPPORT=1, ALSA_SUPPORT=0)
    134136        if test "${ALSA_SUPPORT}" = "1"; then
    135137          AC_DEFINE(ALSA_SUPPORT,1,[Define to enable alsa support])
    136138        fi
     139        else
     140        AC_MSG_WARN([Disabling alsa as jack was not found])
     141        fi
    137142fi
    138143
Note: See TracChangeset for help on using the changeset viewer.