VirtualBox

Changeset 87584 in vbox for trunk/configure


Ignore:
Timestamp:
Feb 3, 2021 4:38:03 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142613
Message:

/configure: check yasm, must be version 1.3 or later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r87442 r87584  
    631631      yasm_rev=`echo $yasm_ver|cut -d. -f3`
    632632      yasm_ver_mul=`expr $yasm_maj \* 10000 + $yasm_min \* 100 + $yasm_rev`
    633       if [ $yasm_ver_mul -lt 501 ]; then
    634         log_failure "found version $yasm_ver, expected at least 0.5.1"
     633      if [ $yasm_ver_mul -lt 10300 ]; then
     634        log_failure "found version $yasm_ver, expected at least 1.3.0"
    635635        fail
    636636      else
     
    27992799  check_open_watcom
    28002800  [ "$OS" != "darwin"  ] && check_iasl
    2801   # don't check for yasm for the time beeing as 0.40 and 0.50 both have known bugs
    2802   # [ "$OS" != "darwin" ] && check_yasm
     2801  [ $OSE -ge 1 ] && check_yasm
    28032802  [ "$OS" != "darwin"  ] && check_xsltproc
    28042803fi
Note: See TracChangeset for help on using the changeset viewer.

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