﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
13185	configure check was changed to allow also gcc-4.9, but error message seems unchanged.	bernhardu		"(This is currently no at all problem until newer gcc version get released.)

Changeset 50261

{{{
--- a/trunk/configure
+++ b/trunk/configure
@@ -421,5 +421,5 @@
              -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 8 \) \
+             -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
              -o $cc_maj -gt 4 ]; then
         log_failure ""gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<8""
}}}



Here I assume that also the line log_failure should be changed:

{{{
-         log_failure ""gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<8""
+         log_failure ""gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<9""
}}}
"	enhancement	closed	other	VirtualBox 4.3.14	fixed			other	other
