Changeset 48114 in vbox for trunk/configure
- Timestamp:
- Aug 28, 2013 6:33:30 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88490
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r46279 r48114 581 581 test_header iasl 582 582 if check_avail "$IASL" IASL; then 583 iasl_ver=`$IASL|grep version|sed 's+^ASL.*version \([0-9]*\).*+\1+'`583 iasl_ver=`$IASL|grep "ASL.*version"|sed 's+^ASL.*version \([0-9]*\).*+\1+'` 584 584 if [ $? -ne 0 ]; then 585 585 log_failure "iasl not found"
Note:
See TracChangeset
for help on using the changeset viewer.