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

(-)a/configure (-1 / +1 lines)
Lines 421-427 Link Here
421
             -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
421
             -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
422
             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
422
             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
423
             -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
423
             -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
424
             -o $cc_maj -gt 4 ]; then
424
             -o $cc_maj -gt 5 ]; then
425
        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10"
425
        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10"
426
        fail really
426
        fail really
427
      else
427
      else

Return to bug 545254