Changeset 22628 in vbox for trunk/configure
- Timestamp:
- Aug 31, 2009 6:03:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r22282 r22628 386 386 elif [ $cc_maj -eq 4 -a $cc_min -eq 0 -a "$OS" = "darwin" ]; then 387 387 log_success "found version $cc_ver" 388 elif [ $cc_maj -eq 4 -a $cc_min -eq 4 ]; then389 log_success "found version $cc_ver"390 log " WARNING: gcc version 4.4 was not extensively tested with the"391 log " VirtualBox source code! Continue at your own risk!"392 388 # gcc-4.0 is allowed for Darwin only 393 389 elif [ $cc_maj -lt 3 \
Note:
See TracChangeset
for help on using the changeset viewer.