Changeset 651cac8


Ignore:
Timestamp:
Apr 28, 2008, 8:27:39 PM (16 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:
7f3cae67
Parents:
9805d01
Message:

configure.ac: switch on host rather than host_os, do nothing on arm-apple-darwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r9805d01 r651cac8  
    9191AM_CONDITIONAL(MINGW, false)
    9292AM_CONDITIONAL(DARWIN, false)
    93 case "${host_os}" in
     93case "${host}" in
    9494*mingw* | *cygwin*)
    9595  mingw32_support="yes"
     
    9797  AM_CONDITIONAL(MINGW, true)
    9898  LDFLAGS="$LDFLAGS -no-undefined"
     99  ;;
     100arm-apple-darwin)
     101  dnl nothing to do here
    99102  ;;
    100103*darwin* | *rhapsody* | *macosx*)
Note: See TracChangeset for help on using the changeset viewer.