On Sat, Jun 22, 2002 at 10:53:47AM -0400, Nathanael Nerode wrote: > This removes some (now) redundant tests from toplevel configure.in. > > 2002-06-22 Nathanael Nerode > * configure.in: Remove some redundant tests. > > Index: configure.in > =================================================================== > RCS file: /cvsroot/gcc/gcc/configure.in,v > retrieving revision 1.162 > diff -u -r1.162 configure.in > +++ configure.in 22 Jun 2002 14:52:31 -0000 [snip] > @@ -1517,8 +1515,7 @@ > fi > > if test "x${use_gnu_ld}" = x && test "x${with_gnu_ld}" != xno && ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Isn't this test also redundant? Matt