summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-12-11 23:30:24 (GMT)
committerhobbs <hobbs@noemail.net>1999-12-11 23:30:24 (GMT)
commitd21bcd60eeb76caac706821f5e27732e07c70d4f (patch)
tree960e5f0db996d1ecb055a6a9c5ce79eaf7ac0086
parent756d527954f59a482621aa116d4e5925e40ebc24 (diff)
downloadtk-scriptics-sc-1-1.zip
tk-scriptics-sc-1-1.tar.gz
tk-scriptics-sc-1-1.tar.bz2
added warning when specifying --enable-threads to Tkscriptics-sc-1-1core-8-2-3
FossilOrigin-Name: 2fe3bd9ffb31dd420e53ef3592302abdda4a2c4b
-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