Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269274 | Differences between
and this patch

Collapse All | Expand All

(-)glibc-2.9-20081201.orig/configure (-1 / +1 lines)
Lines 4594-4600 Link Here
4594
  # Found it, now check the version.
4594
  # Found it, now check the version.
4595
  { echo "$as_me:$LINENO: checking version of $LD" >&5
4595
  { echo "$as_me:$LINENO: checking version of $LD" >&5
4596
echo $ECHO_N "checking version of $LD... $ECHO_C" >&6; }
4596
echo $ECHO_N "checking version of $LD... $ECHO_C" >&6; }
4597
  ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
4597
  ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU.*(Linux\/GNU Binutils.* \([0-9].[0-9.].*\)).*$/\1/p'`
4598
  case $ac_prog_version in
4598
  case $ac_prog_version in
4599
    '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4599
    '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4600
    2.1[3-9]*)
4600
    2.1[3-9]*)

Return to bug 269274