summaryrefslogtreecommitdiffstats
path: root/macosx/GNUmakefile
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-05-31 07:17:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-05-31 07:17:23 (GMT)
commit5e3ca11761b27133a62ee5cd5e340956c640ca8d (patch)
tree25d6547ac3d6c287576cf22c273c42469c5cd392 /macosx/GNUmakefile
parent63b0fef31a850917cdee0f9d059c51516e4b8593 (diff)
downloadtcl-5e3ca11761b27133a62ee5cd5e340956c640ca8d.zip
tcl-5e3ca11761b27133a62ee5cd5e340956c640ca8d.tar.gz
tcl-5e3ca11761b27133a62ee5cd5e340956c640ca8d.tar.bz2
Neither use --disable-threads on MacOS builds, and don't mention it any more in the README
Diffstat (limited to 'macosx/GNUmakefile')
-rw-r--r--macosx/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index 1d26a7a..43f8419 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -132,7 +132,7 @@ ${objdir}/Makefile: ${UNIX_DIR}/Makefile.in ${UNIX_DIR}/configure \
mkdir -p "${OBJ_DIR}" && cd "${OBJ_DIR}" && \
if [ ${UNIX_DIR}/configure -nt config.status ]; then ${UNIX_DIR}/configure -C \
--prefix="${PREFIX}" --bindir="${BINDIR}" --libdir="${LIBDIR}" \
- --mandir="${MANDIR}" --enable-threads --enable-framework --enable-dtrace \
+ --mandir="${MANDIR}" --enable-framework --enable-dtrace \
${CONFIGURE_ARGS} ${EXTRA_CONFIGURE_ARGS}; else ./config.status; fi
build-${PROJECT}: ${objdir}/Makefile