Changeset 705aec8 for configure.ac


Ignore:
Timestamp:
Sep 25, 2009, 10:12:56 PM (15 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:
d99d819
Parents:
be3ffee
Message:

ext/midi: remove all midi stuff borrowed from fluidsynth, now unused

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rbe3ffee r705aec8  
    180180  if test "${HAVE_JACK}" = "1"; then
    181181    AC_DEFINE(HAVE_JACK,1,[Define to enable jack support])
    182   fi
    183 fi
    184 
    185 dnl Enable alsa support (auto)
    186 AC_ARG_ENABLE(alsa,
    187   AC_HELP_STRING([--enable-alsa],[compile with alsa [[default=auto]]]),
    188   [with_alsa=$enableval],
    189   with_alsa="yes")
    190 if test "$with_alsa" = "yes"
    191 then
    192   if test "$with_jack" = "yes"
    193   then
    194     PKG_CHECK_MODULES(ALSA,      alsa >= 0.0.9,      HAVE_ALSA=1, HAVE_ALSA=0)
    195     if test "${HAVE_ALSA}" = "1"; then
    196       AC_DEFINE(HAVE_ALSA,1,[Define to enable alsa support])
    197     fi
    198   else
    199     AC_MSG_WARN([Disabling alsa as jack was not found])
    200182  fi
    201183fi
     
    294276  echo "JACK:                    no"
    295277fi
    296 if test "${HAVE_ALSA}" = "1"; then
    297   echo "ALSA midi:               yes"
    298 else
    299   echo "ALSA midi:               no"
    300 fi
    301278if test "${HAVE_LASH}" = "1"; then
    302279  echo "Lash:                    yes"
Note: See TracChangeset for help on using the changeset viewer.