summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-12-12 22:51:29 (GMT)
committerhobbs <hobbs@noemail.net>1999-12-12 22:51:29 (GMT)
commitf4f5a7106de3728387d8ae2046ad11d857563777 (patch)
treebf9d07f413f69b59f99ab12570241438166465af /unix
parent9e43aa6ce88442f9ccb5a0902a9dea61d3cb2d6a (diff)
downloadtk-f4f5a7106de3728387d8ae2046ad11d857563777.zip
tk-f4f5a7106de3728387d8ae2046ad11d857563777.tar.gz
tk-f4f5a7106de3728387d8ae2046ad11d857563777.tar.bz2
* unix/aclocal.m4: added warning when configuring with
--enable-threads that Tk may have problems FossilOrigin-Name: 7460cb51b36a9e727e33a6e4193e995b0ee593a7
Diffstat (limited to 'unix')
-rw-r--r--unix/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/aclocal.m4 b/unix/aclocal.m4
index 11412ee..d40e855 100644
--- a/unix/aclocal.m4
+++ b/unix/aclocal.m4
@@ -360,6 +360,7 @@ AC_DEFUN(SC_ENABLE_THREADS, [
TCL_THREADS=1
AC_DEFINE(TCL_THREADS)
AC_DEFINE(_REENTRANT)
+ AC_MSG_WARN("Tk on Unix is known to have problems with thread support. It is recommended that Tk be used with a non-thread enabled Tcl.")
AC_CHECK_LIB(pthread,pthread_mutex_init,tcl_ok=yes,tcl_ok=no)
if test "$tcl_ok" = "yes"; then