Changeset 4493 in vbox for trunk/configure
- Timestamp:
- Sep 3, 2007 12:27:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r4447 r4493 279 279 fail really 280 280 elif [ $cc_maj -eq 4 -a $cc_min -eq 0 ]; then 281 log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with x>0" 282 fail really 281 if [ "$OS" = "darwin" ]; then 282 log_success "found version $cc_ver" 283 else 284 log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with x>0" 285 fail really 286 fi 283 287 elif [ $cc_maj -gt 3 ]; then 284 288 log_success "found version $cc_ver"
Note:
See TracChangeset
for help on using the changeset viewer.