aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure
index 5d35b54..75418f7 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -3046,14 +3046,14 @@ fi
# now look for tix library stuff
- TIXVERSION=4.1.7.6
+ TIXVERSION=4.1.8.0
. ${ac_cv_c_tclconfig}/tclConfig.sh
case "${host}" in
*-*-cygwin32*)
tixdir=../tix/win/tcl7.6
;;
*)
- tixdir=../tix/unix/tk4.2
+ tixdir=../tix/unix/tk8.0
;;
esac
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then