diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-30 07:15:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-30 07:15:56 (GMT) |
commit | 76ffa2482f182644b922e349261a2c8afd7ace75 (patch) | |
tree | 0658cc1214726d0964c6896cf64c8ec5f5c6c12f /unix | |
parent | ba6f0054c4b2230adb028867f66c83ebaf274b29 (diff) | |
parent | 63b0fef31a850917cdee0f9d059c51516e4b8593 (diff) | |
download | tcl-76ffa2482f182644b922e349261a2c8afd7ace75.zip tcl-76ffa2482f182644b922e349261a2c8afd7ace75.tar.gz tcl-76ffa2482f182644b922e349261a2c8afd7ace75.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index a668f75..41d7e7f 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1759,7 +1759,7 @@ configure-packages: $$i/configure --with-tcl=../.. \ --with-tclinclude=$(GENERIC_DIR) \ $(PKG_CFG_ARGS) --libdir=$(PACKAGE_DIR) \ - --enable-shared --enable-threads; ) || exit $$?; \ + --enable-shared; ) || exit $$?; \ fi; \ fi; \ fi; \ |