Changeset 67684 in vbox
- Timestamp:
- Jun 29, 2017 9:20:32 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116508
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r67315 r67684 545 545 WATCOM=`/bin/ls -rd1 $PWD/tools/common/openwatcom/* 2> /dev/null | head -1` 546 546 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" 548 552 cnf_append "VBOX_WITH_OPEN_WATCOM" "" 549 553 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.