Changeset 32176 in vbox for trunk/configure
- Timestamp:
- Sep 1, 2010 1:22:04 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65460
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r32017 r32176 1811 1811 echo " Check the file $LOG for detailed error information." 1812 1812 fail 1813 else 1814 echo "executing the binary" >> $LOG 1815 $ODIR.tmp_out 2> $ODIR.test_execute.log 1816 rc=$? 1817 cat $ODIR.test_execute.log >> $LOG 1818 if [ $rc -ne 0 ]; then 1819 echo 1820 echo " Cannot execute 32-bit applications! Either enable 32-bit support in the" 1821 echo " kernel configuration or use --disable-vmmraw to disable 32-bit guests." 1822 fail 1823 return 1 1824 fi 1813 1825 fi 1814 1826 log_success ""
Note:
See TracChangeset
for help on using the changeset viewer.