summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authormdejong <mdejong>2001-04-25 22:01:24 (GMT)
committermdejong <mdejong>2001-04-25 22:01:24 (GMT)
commita45e56585d9c1954635d19af697119c4ed0f8fc2 (patch)
treecc93684f0b6ab3779c1dc3e692c67d15743d3d9b /win/tcl.m4
parentd2026f0a6b8d9cd389b0fe7f8d9ba521ff99546f (diff)
downloadtcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.zip
tcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.tar.gz
tcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * unix/tclConfig.sh.in: Add TCL_THREADS variable. * win/configure: Regen. * win/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * win/tclConfig.sh.in: Add TCL_THREADS variable.
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index e55df16..abbf32d 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -224,6 +224,7 @@ AC_DEFUN(SC_ENABLE_THREADS, [
TCL_THREADS=0
AC_MSG_RESULT([no (default)])
fi
+ AC_SUBST(TCL_THREADS)
])
#------------------------------------------------------------------------