blob: a4a9db7f4557d8f6f51e1073c7cdfb3d7db4b9d8 [file] [log] [blame]
--- ./dist/configure.orig 2004-09-22 22:58:48.421632944 -0700
+++ ./dist/configure 2004-09-22 23:02:55.068136976 -0700
@@ -5657,7 +5657,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
-case `"$LD" -v 2>&1 </dev/null` in
+case `$LD -v 2>&1 </dev/null` in
*GNU* | *'with BFD'*)
lt_cv_prog_gnu_ld=yes
;;
@@ -11135,7 +11135,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
-case `"$LD" -v 2>&1 </dev/null` in
+case `$LD -v 2>&1 </dev/null` in
*GNU* | *'with BFD'*)
lt_cv_prog_gnu_ld=yes
;;