Changeset 883deec


Ignore:
Timestamp:
Jun 3, 2010, 12:43:27 AM (14 years ago)
Author:
Paul Brossier <piem@piem.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:
c251b80
Parents:
21ee709
Message:

configure.ac: fix LASH detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r21ee709 r883deec  
    220220  PKG_CHECK_MODULES(LASH,   lash-1.0 >= 0.5.0,   HAVE_LASH=1, HAVE_LASH=0)
    221221  if test "${HAVE_LASH}" = "1"; then
    222     LASH_CFLAGS+="-DHAVE_LASH"
     222    AC_DEFINE(HAVE_LASH,1,[Define to enable lash support])
    223223  fi
    224224fi
Note: See TracChangeset for help on using the changeset viewer.