diff options
author | nijtmans <nijtmans> | 2010-04-06 09:29:14 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-06 09:29:14 (GMT) |
commit | 3b668a10084cd1d859858124bfa1799162453d08 (patch) | |
tree | 26f1dc7e95cba92724fb436c2f6005a284f3823c /win/configure | |
parent | 0be781ffb3bbb929681ed95f944c91717e85e01b (diff) | |
download | tk-3b668a10084cd1d859858124bfa1799162453d08.zip tk-3b668a10084cd1d859858124bfa1799162453d08.tar.gz tk-3b668a10084cd1d859858124bfa1799162453d08.tar.bz2 |
regenerated with autoconf-2.59
[Bug 2982540] configure and install* script files
should always have LF
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure index ed417a5..fe265c4 100755 --- a/win/configure +++ b/win/configure @@ -2943,7 +2943,7 @@ if test "${enable_threads+set}" = set; then enableval="$enable_threads" tcl_ok=$enableval else - tcl_ok=no + tcl_ok=yes fi; if test "$tcl_ok" = "yes"; then @@ -2962,8 +2962,8 @@ _ACEOF else TCL_THREADS=0 - echo "$as_me:$LINENO: result: no (default)" >&5 -echo "${ECHO_T}no (default)" >&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi |