Changeset d09cad2
- Timestamp:
- May 30, 2005, 10:07:40 AM (20 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:
- 8e25b1b
- Parents:
- 80c0417
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r80c0417 rd09cad2 161 161 AM_PATH_PYTHON 162 162 AM_CONDITIONAL(PYTHONFOUND, test "${PYTHON}" != "no") 163 164 #if PYTHONFOUND 165 case "${host_os}" in 166 darwin*) 167 SWCFLAGS="-Wno-long-double" 168 SWLDFLAGS="-bundle -framework python -L${prefix}/lib/python${PYTHON_VERSION}/config -lpython${PYTHON_VERSION}" 169 ;; 170 *) 171 SWLDFLAGS="-shared" 172 ;; 173 esac 174 175 AC_SUBST(SWCFLAGS) 176 AC_SUBST(SWLDFLAGS) 163 177 164 178 AC_PATH_PROG(DOCBOOK_TO_MAN,docbook-to-man,no)
Note: See TracChangeset
for help on using the changeset viewer.