Changeset 883deec
- Timestamp:
- Jun 3, 2010, 12:43:27 AM (15 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:
- c251b80
- Parents:
- 21ee709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r21ee709 r883deec 220 220 PKG_CHECK_MODULES(LASH, lash-1.0 >= 0.5.0, HAVE_LASH=1, HAVE_LASH=0) 221 221 if test "${HAVE_LASH}" = "1"; then 222 LASH_CFLAGS+="-DHAVE_LASH"222 AC_DEFINE(HAVE_LASH,1,[Define to enable lash support]) 223 223 fi 224 224 fi
Note: See TracChangeset
for help on using the changeset viewer.