Thu Aug 7 14:08:23 1997 Martin M. Hunt <hunt@cygnus.com>

* configure.in: Change required Tix version to 4.1.8.0 .
	* configure: Rebuilt.
This commit is contained in:
Martin Hunt
1997-08-07 21:07:44 +00:00
parent 2d38a02f54
commit 1154b47ab1
3 changed files with 9 additions and 4 deletions

4
gdb/configure vendored
View File

@@ -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