diff options
author | Martin Hunt <hunt@redhat.com> | 1997-07-23 02:45:59 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1997-07-23 02:45:59 +0000 |
commit | 6bc5b2fa96be25832c95798e3573b9d3e5225718 (patch) | |
tree | 6968c9f8464ccac2667acdfb55f29cff58006e93 /gdb/aclocal.m4 | |
parent | 2b4077813977c46f0684c7d9a80f60247be1b249 (diff) | |
download | gdb-6bc5b2fa96be25832c95798e3573b9d3e5225718.zip gdb-6bc5b2fa96be25832c95798e3573b9d3e5225718.tar.gz gdb-6bc5b2fa96be25832c95798e3573b9d3e5225718.tar.bz2 |
Tue Jul 22 19:45:37 1997 Martin M. Hunt <hunt@cygnus.com>
* configure.in, aclocal.m4: Another fix to find the
correct Tix library name.
* configure: Rebuilt.
Diffstat (limited to 'gdb/aclocal.m4')
-rw-r--r-- | gdb/aclocal.m4 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gdb/aclocal.m4 b/gdb/aclocal.m4 index 39cbd11..e962886 100644 --- a/gdb/aclocal.m4 +++ b/gdb/aclocal.m4 @@ -524,25 +524,6 @@ fi if test x"${ac_cv_c_tixh}" != x ; then TIXHDIR="-I${ac_cv_c_tixh}" fi -case "${host}" in -*-*-cygwin32*) - for i in ../tix/win/tk4.2/libtix4.1.7.6.a ../tix/win/tk4.2/libtix4176.a ; do - if test -f $i ; then - TIXLIB=${i} - break - fi - done - ;; -*) - for i in ../tix/unix/tk4.2/libtix4.1.7.6.a ../tix/unix/tk4.2/libtix4176.a ; do - if test -f ${i} ; then - TIXLIB=${i} - break - fi - done - ;; -esac AC_SUBST(TIXHDIR) -AC_SUBST(TIXLIB) ]) |