Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 383549
Collapse All | Expand All

(-)build/apr_common.m4 (-1 / +1 lines)
Lines 209-215 Link Here
209
  if test "x$apr_ste_save_$1" = "x$$1"; then
209
  if test "x$apr_ste_save_$1" = "x$$1"; then
210
    $2$1=
210
    $2$1=
211
  else
211
  else
212
    $2$1=`echo $$1 | sed -e "s%${apr_ste_save_$1}%%"`
212
    $2$1=`echo $$1 | sed -e "s%^.\\{${#apr_ste_save_$1}\\}%%"`
213
    $1="$apr_ste_save_$1"
213
    $1="$apr_ste_save_$1"
214
  fi
214
  fi
215
fi
215
fi

Return to bug 383549