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

(-)a/binutils-2.20.1/configure (-1 / +1 lines)
Lines 3587-3593 case "${host}" in Link Here
3587
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3587
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3588
$as_echo_n "checking to see if cat works as expected... " >&6; }
3588
$as_echo_n "checking to see if cat works as expected... " >&6; }
3589
echo a >cygwin-cat-check
3589
echo a >cygwin-cat-check
3590
if test `cat cygwin-cat-check` == a ; then
3590
if test `cat cygwin-cat-check` = a ; then
3591
  rm cygwin-cat-check
3591
  rm cygwin-cat-check
3592
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3592
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3593
$as_echo "yes" >&6; }
3593
$as_echo "yes" >&6; }

Return to bug 417549