Changeset 651cac8
- Timestamp:
- Apr 28, 2008, 8:27:39 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:
- 7f3cae67
- Parents:
- 9805d01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r9805d01 r651cac8 91 91 AM_CONDITIONAL(MINGW, false) 92 92 AM_CONDITIONAL(DARWIN, false) 93 case "${host _os}" in93 case "${host}" in 94 94 *mingw* | *cygwin*) 95 95 mingw32_support="yes" … … 97 97 AM_CONDITIONAL(MINGW, true) 98 98 LDFLAGS="$LDFLAGS -no-undefined" 99 ;; 100 arm-apple-darwin) 101 dnl nothing to do here 99 102 ;; 100 103 *darwin* | *rhapsody* | *macosx*)
Note: See TracChangeset
for help on using the changeset viewer.