VirtualBox

Changeset 65884 in vbox


Ignore:
Timestamp:
Feb 27, 2017 8:31:50 AM (8 years ago)
Author:
vboxsync
Message:

configure: Linux > 4.8.0 => Linux >= 4.9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r65874 r65884  
    19261926int main(void)
    19271927{
    1928   return LINUX_VERSION_CODE > KERNEL_VERSION(4,8,0) ? 1 : 0;
     1928  return LINUX_VERSION_CODE >= KERNEL_VERSION(4,9,0) ? 1 : 0;
    19291929}
    19301930EOF
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