diff options
author | hobbs <hobbs> | 1999-12-11 23:30:24 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-11 23:30:24 (GMT) |
commit | a78f994d71c040b36bcc9253c1875a2abf0146c0 (patch) | |
tree | 960e5f0db996d1ecb055a6a9c5ce79eaf7ac0086 | |
parent | 42cd28161e54b92a2ade4334ac0368d8a3ced2a6 (diff) | |
download | tk-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 Tk
scriptics_sc_1_1core_8_2_3core_8_2_1_branch
-rw-r--r-- | unix/aclocal.m4 | 1 |
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 |