summaryrefslogtreecommitdiffstats
path: root/unix/configure.ac
diff options
context:
space:
mode:
authorstu <stwo@users.sourceforge.net>2018-07-03 16:08:09 (GMT)
committerstu <stwo@users.sourceforge.net>2018-07-03 16:08:09 (GMT)
commit8ab901ef383c7855e86d4278be85c9cb0457c13e (patch)
tree4204166d84a24b3a67540ed48abe6649d55f8d16 /unix/configure.ac
parente6032ebc5625554d828c05f7613453e0d03fccf4 (diff)
parentde866e22c431f4fae653508f38af2fd645b1fc2a (diff)
downloadtk-8ab901ef383c7855e86d4278be85c9cb0457c13e.zip
tk-8ab901ef383c7855e86d4278be85c9cb0457c13e.tar.gz
tk-8ab901ef383c7855e86d4278be85c9cb0457c13e.tar.bz2
Merge trunk.
Diffstat (limited to 'unix/configure.ac')
-rw-r--r--unix/configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/unix/configure.ac b/unix/configure.ac
index 8eed0d5..eb46bec 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -118,15 +118,6 @@ fi
SC_TCL_CFG_ENCODING
-#------------------------------------------------------------------------
-# Threads support - this auto-enables if Tcl was compiled threaded
-#------------------------------------------------------------------------
-
-SC_ENABLE_THREADS
-
-# Add the threads support libraries
-LIBS="$LIBS$THREADS_LIBS"
-
SC_ENABLE_SHARED
#--------------------------------------------------------------------