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

Collapse All | Expand All

(-)glibc-2.6.1/configure.old (-1 / +1 lines)
Lines 4463-4469 Link Here
4463
  # Found it, now check the version.
4463
  # Found it, now check the version.
4464
  echo "$as_me:$LINENO: checking version of $SED" >&5
4464
  echo "$as_me:$LINENO: checking version of $SED" >&5
4465
echo $ECHO_N "checking version of $SED... $ECHO_C" >&6
4465
echo $ECHO_N "checking version of $SED... $ECHO_C" >&6
4466
  ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*GNU sed version \([0-9]*\.[0-9.]*\).*$/\1/p'`
4466
  ac_prog_version=`$SED --version 2>&1 | sed -n 's/^.*(GNU sed) \([0-9]*\.[0-9.]*\).*$/\1/p'`
4467
  case $ac_prog_version in
4467
  case $ac_prog_version in
4468
    '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4468
    '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
4469
    3.0[2-9]*|3.[1-9]*|[4-9]*)
4469
    3.0[2-9]*|3.[1-9]*|[4-9]*)

Return to bug 458020