Changeset cf2f1b8
- Timestamp:
- May 15, 2008, 11:18:31 PM (17 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:
- 7e204d01
- Parents:
- 92c70f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r92c70f6 rcf2f1b8 98 98 LDFLAGS="$LDFLAGS -no-undefined" 99 99 ;; 100 arm-apple-darwin)101 dnl nothing to do here102 ;;103 100 *darwin* | *rhapsody* | *macosx*) 104 dnl on macosx, cosf went to -lmx105 LDFLAGS="$LDFLAGS -lmx"106 dnl as long double doesn't sit well with -Wall -Werror107 AUBIO_CFLAGS="$AUBIO_CFLAGS -Wno-long-double"108 dnl Workaround darwin autoconf bug109 CPPFLAGS="$CPPFLAGS -I${prefix}/include"110 101 AC_ISC_POSIX 111 102 AM_CONDITIONAL(DARWIN, true)
Note: See TracChangeset
for help on using the changeset viewer.