summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-02-15 07:25:10 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-02-15 07:25:10 +0000
commit3c173951eca67779ce53f9ec036a76f6bf82451f (patch)
treea6386f17d4bf3b7687dc5653026b9a0b21f62c3f /configure
parentbce65fcf54666029596df1860faee5c4b08ff21c (diff)
add Tcl/Tk 8.3
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2817 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a1e0e33e1..d94bcf926 100755
--- a/configure
+++ b/configure
@@ -812,6 +812,7 @@ else
8.0) tclmaj=8 tclmin=0 tkmaj=8 tkmin=0 ;;
8.1) tclmaj=8 tclmin=1 tkmaj=8 tkmin=1 ;;
8.2) tclmaj=8 tclmin=2 tkmaj=8 tkmin=2 ;;
+ 8.3) tclmaj=8 tclmin=3 tkmaj=8 tkmin=3 ;;
*) echo "This version is not known."; has_tk=false ;;
esac
else