diff options
Diffstat (limited to 'unix/configure.ac')
-rw-r--r-- | unix/configure.ac | 9 |
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 #-------------------------------------------------------------------- |