VirtualBox

Changeset 67684 in vbox


Ignore:
Timestamp:
Jun 29, 2017 9:20:32 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116508
Message:

configure: for internal builds on Linux insist on OpenWatcom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r67315 r67684  
    545545    WATCOM=`/bin/ls -rd1 $PWD/tools/common/openwatcom/* 2> /dev/null | head -1`
    546546    if [ -z "$WATCOM" ]; then
    547       log_failure "Open Watcom was not found"
     547      if [ $OSE -eq 0 -a $OS = "linux" ]; then
     548        log_failure "Open Watcom was not found"
     549        exit 1
     550      fi
     551      log_failure "Open Watcom was not found, using alternative BIOS sources"
    548552      cnf_append "VBOX_WITH_OPEN_WATCOM" ""
    549553      return 0;
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