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

Collapse All | Expand All

(-)configure (-4 / +1 lines)
Lines 25656-25665 $as_echo "$as_me: error: Could not find Link Here
25656
  { $as_echo "$as_me:$LINENO: checking bison version $bison_version >= $bison_min_version" >&5
25656
  { $as_echo "$as_me:$LINENO: checking bison version $bison_version >= $bison_min_version" >&5
25657
$as_echo_n "checking bison version $bison_version >= $bison_min_version... " >&6; }
25657
$as_echo_n "checking bison version $bison_version >= $bison_min_version... " >&6; }
25658
25658
25659
  if perl -w <<EOF
25659
  if perl -we "exit ((v$bison_version ge v$bison_min_version) ? 0 : 1)"; then
25660
    exit ($bison_version < $bison_min_version) ? 0 : 1;
25661
EOF
25662
  then
25663
    { $as_echo "$as_me:$LINENO: result: yes" >&5
25660
    { $as_echo "$as_me:$LINENO: result: yes" >&5
25664
$as_echo "yes" >&6; }
25661
$as_echo "yes" >&6; }
25665
  else
25662
  else

Return to bug 252173