Changeset 61799 in vbox
- Timestamp:
- Jun 21, 2016 3:19:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r61606 r61799 447 447 -o \( $cc_maj -eq 6 -a $cc_min -gt 1 \) \ 448 448 -o $cc_maj -gt 6 ]; then 449 log_failure "gcc version $cc_maj.$cc_min found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10, gcc 5.x with x<10 or gcc 6.x with x<2"449 log_failure "gcc version $cc_maj.$cc_min found, expected gcc 3.x with x>1 or gcc 4.x, gcc 5.x or gcc 6.x" 450 450 fail really 451 451 else
Note:
See TracChangeset
for help on using the changeset viewer.