VirtualBox

Changeset 4493 in vbox for trunk/configure


Ignore:
Timestamp:
Sep 3, 2007 12:27:05 PM (17 years ago)
Author:
vboxsync
Message:

OSE / darwin build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r4447 r4493  
    279279        fail really
    280280      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
    283287      elif [ $cc_maj -gt 3 ]; then
    284288        log_success "found version $cc_ver"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette