diff options
author | Martin Hunt <hunt@redhat.com> | 1997-08-07 21:07:44 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1997-08-07 21:07:44 +0000 |
commit | 1154b47ab13c0cee1c409f81fa5f0dd4186a0050 (patch) | |
tree | 9bdd9f55e829f4920aa2f37526df50195da8ad32 /gdb/configure | |
parent | 2d38a02f54fe5f0c50e6b3eeb6c7fdc3b041ac43 (diff) | |
download | gdb-1154b47ab13c0cee1c409f81fa5f0dd4186a0050.zip gdb-1154b47ab13c0cee1c409f81fa5f0dd4186a0050.tar.gz gdb-1154b47ab13c0cee1c409f81fa5f0dd4186a0050.tar.bz2 |
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.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 4 |
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 |