aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-02-19 08:57:44 +1100
committerBen Elliston <bje@gnu.org>2016-02-19 08:57:44 +1100
commit86c37ee720da4d4368aa6aa486fefe95b93b9ec3 (patch)
tree4c84f16d2fdd5624c095ffd0e5adb0479387337f /configure.ac
parent41f3206b3db4b0e4317836cb1fb40b235f238954 (diff)
downloaddejagnu-86c37ee720da4d4368aa6aa486fefe95b93b9ec3.zip
dejagnu-86c37ee720da4d4368aa6aa486fefe95b93b9ec3.tar.gz
dejagnu-86c37ee720da4d4368aa6aa486fefe95b93b9ec3.tar.bz2
Requiring Tcl 8.6 is apparently too bleeding edge!
* configure.ac: Require Tcl version 8.5 at a minimum. * configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index e51aa9a..c1057c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,17 +43,17 @@ if test -z $ac_cv_path_EXPECT ; then
AC_MSG_ERROR([unable to locate expect])
fi
-dnl Check the Tcl version is >= 8.6.
-AC_MSG_CHECKING([Tcl version 8.6 or greater])
+dnl Check the Tcl version is >= 8.5.
+AC_MSG_CHECKING([Tcl version 8.5 or greater])
AC_CACHE_VAL(ac_cv_dg_tcl_modern,[
ac_cv_dg_tcl_modern=`$EXPECT << EOF
-if @<:@ expr \\${tcl_version} >= 8.6 @:>@ then { puts yes } else { puts no }
+if @<:@ expr \\${tcl_version} >= 8.5 @:>@ then { puts yes } else { puts no }
EOF`
])
if test x${ac_cv_dg_tcl_modern} = xyes ; then
AC_MSG_RESULT(${ac_cv_dg_tcl_modern})
else
- AC_MSG_ERROR([Tcl 8.6 or greater is required])
+ AC_MSG_ERROR([Tcl 8.5 or greater is required])
fi
if test x"$DEJAGNU" = x