--- a/configure 2015-05-01 19:08:21.000000000 +0000 +++ b/configure 2015-05-01 19:08:13.000000000 +0000 @@ -421,7 +421,7 @@ -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \ -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \ -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \ - -o $cc_maj -gt 4 ]; then + -o $cc_maj -gt 5 ]; then log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0