summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl-Common.xcconfig
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/Tcl-Common.xcconfig
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/Tcl-Common.xcconfig')
-rw-r--r--macosx/Tcl-Common.xcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Tcl-Common.xcconfig b/macosx/Tcl-Common.xcconfig
index 77402b7..0670479 100644
--- a/macosx/Tcl-Common.xcconfig
+++ b/macosx/Tcl-Common.xcconfig
@@ -30,7 +30,7 @@ MANDIR = $(PREFIX)/man
PER_ARCH_CFLAGS_ppc = -mcpu=G3 -mtune=G4 $(PER_ARCH_CFLAGS_ppc)
PER_ARCH_CFLAGS_ppc64 = -mcpu=G5 -mpowerpc64 $(PER_ARCH_CFLAGS_ppc64)
PREFIX = /usr/local
-TCL_CONFIGURE_ARGS = --enable-threads --enable-dtrace
+TCL_CONFIGURE_ARGS = --enable-dtrace
TCL_LIBRARY = $(LIBDIR)/tcl$(VERSION)
TCL_PACKAGE_PATH = "$(LIBDIR)"
TCL_DEFS = HAVE_TCL_CONFIG_H