diff options
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 6 | ||||
-rw-r--r-- | win/configure.in | 4 |
2 files changed, 2 insertions, 8 deletions
diff --git a/win/configure b/win/configure index cadddbe..b294788 100755 --- a/win/configure +++ b/win/configure @@ -3133,12 +3133,6 @@ _ACEOF #define USE_THREAD_ALLOC 1 _ACEOF - # USE_THREAD_STORAGE tells us to use the new generic thread - # storage subsystem. - cat >>confdefs.h <<\_ACEOF -#define USE_THREAD_STORAGE 1 -_ACEOF - else TCL_THREADS=0 echo "$as_me:$LINENO: result: no (default)" >&5 diff --git a/win/configure.in b/win/configure.in index 2e1dff6..579bf91 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,10 +3,10 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.84 2005/06/07 14:03:53 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.85 2005/08/23 18:13:51 mdejong Exp $ AC_INIT(../generic/tcl.h) -AC_PREREQ(2.57) +AC_PREREQ(2.59) # The following define is needed when building with Cygwin since newer # versions of autoconf incorrectly set SHELL to /bin/bash instead of |