Hallvard B Furuseth wrote: > if test "$GCC" = yes -a "$with_gnu_ld" = no; then > > I think that code runs only if you're using HP-UX. HP-UX's "test" command supports -a, so there's no need to change the code.