Typo, I assigned the variable ld instead of my_ld...

This commit is contained in:
Richard Levitte 2002-08-18 21:32:39 +00:00
parent 9b0defd1bb
commit 846b8fddc4

View File

@ -270,7 +270,7 @@ do_gnu-shared:
done
DETECT_GNU_LD=${CC} -v 2>&1 | grep '^gcc' >/dev/null 2>&1 && \
ld=`gcc -print-prog-name=ld 2>&1` && \
my_ld=`gcc -print-prog-name=ld 2>&1` && \
[ -n "$$my_ld" ] && \
$$my_ld -v 2>&1 | grep 'GNU ld' >/dev/null 2>&1