Changeset ead2920
- Timestamp:
- May 28, 2005, 8:53:21 AM (20 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
ra9d9c5c read2920 131 131 if test "$with_alsa" = "yes" 132 132 then 133 if test "$with_jack" = "yes" 134 then 133 135 PKG_CHECK_MODULES(ALSA, alsa >= 0.0.9, ALSA_SUPPORT=1, ALSA_SUPPORT=0) 134 136 if test "${ALSA_SUPPORT}" = "1"; then 135 137 AC_DEFINE(ALSA_SUPPORT,1,[Define to enable alsa support]) 136 138 fi 139 else 140 AC_MSG_WARN([Disabling alsa as jack was not found]) 141 fi 137 142 fi 138 143
Note: See TracChangeset
for help on using the changeset viewer.