diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-25 12:50:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-25 12:50:18 (GMT) |
commit | e917f5db4a7cc10d4c4f03455c4832cb7febb045 (patch) | |
tree | 8268cf89b9f6ec18d1f1ddf8e9037c5a86d5c8c6 /tools | |
parent | d6418172e043b678c06e8e3cdd3380e212f1bbe4 (diff) | |
parent | 2645c0ef3a6224d21261691e789a43332d87b5e5 (diff) | |
download | tcl-e917f5db4a7cc10d4c4f03455c4832cb7febb045.zip tcl-e917f5db4a7cc10d4c4f03455c4832cb7febb045.tar.gz tcl-e917f5db4a7cc10d4c4f03455c4832cb7febb045.tar.bz2 |
Convert Tcl_SetResult() to a macro
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 7c4d3db..e125786 100755 --- a/tools/configure +++ b/tools/configure @@ -1681,7 +1681,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # not, assume that its top-level directory is a sibling of ours. #-------------------------------------------------------------------- -DEF_VER=8.6 +DEF_VER=9.0 # Check whether --with-tcl was given. |