Changeset 5069 in vbox for trunk/configure
- Timestamp:
- Sep 27, 2007 6:59:34 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24887
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r5046 r5069 1158 1158 setup_wine() 1159 1159 { 1160 test_header " wine support"1160 test_header "Wine support" 1161 1161 if ! which_wrapper wine > /dev/null; then 1162 echo " wine not found"1162 echo " wine binary not found" 1163 1163 fail 1164 1164 fi … … 1195 1195 fi 1196 1196 rm -f $tmp 1197 log_success " "1197 log_success "found" 1198 1198 } 1199 1199
Note:
See TracChangeset
for help on using the changeset viewer.