Changeset cf2f1b8


Ignore:
Timestamp:
May 15, 2008, 11:18:31 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:
7e204d01
Parents:
92c70f6
Message:

configure.ac: simplify flags for darwin and co (looks like -lmx is not needed anymore, at least os of macosx 10.4)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r92c70f6 rcf2f1b8  
    9898  LDFLAGS="$LDFLAGS -no-undefined"
    9999  ;;
    100 arm-apple-darwin)
    101   dnl nothing to do here
    102   ;;
    103100*darwin* | *rhapsody* | *macosx*)
    104   dnl on macosx, cosf went to -lmx
    105   LDFLAGS="$LDFLAGS -lmx"
    106   dnl as long double doesn't sit well with -Wall -Werror
    107   AUBIO_CFLAGS="$AUBIO_CFLAGS -Wno-long-double"
    108   dnl Workaround darwin autoconf bug
    109   CPPFLAGS="$CPPFLAGS -I${prefix}/include"
    110101  AC_ISC_POSIX
    111102  AM_CONDITIONAL(DARWIN, true)
Note: See TracChangeset for help on using the changeset viewer.