VirtualBox

Changeset 61606 in vbox


Ignore:
Timestamp:
Jun 9, 2016 9:25:32 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107948
Message:

configure: fix for gcc 5 check (thanks Gianfranco Costamagna!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r61313 r61606  
    444444             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
    445445             -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
    446              -o \( $cc_maj -eq 5 -a $cc_min -gt 3 \) \
     446             -o \( $cc_maj -eq 5 -a $cc_min -gt 9 \) \
    447447             -o \( $cc_maj -eq 6 -a $cc_min -gt 1 \) \
    448448             -o $cc_maj -gt 6 ]; then
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