Changeset 36948 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 3, 2011 7:53:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r36668 r36948 168 168 owner=vboxadd 169 169 group=1 170 171 test_for_gcc_and_make() 172 { 173 which make > /dev/null 2>&1 || printf "\nThe make utility was not found. If the following module compilation fails then\nthis could be the reason and you should try installing it.\n" 174 which gcc > /dev/null 2>&1 || printf "\nThe gcc utility was not found. If the following module compilation fails then\nthis could be the reason and you should try installing it.\n" 175 } 170 176 171 177 test_sane_kernel_dir() … … 367 373 fi 368 374 375 test_for_gcc_and_make 369 376 test_sane_kernel_dir 370 377
Note:
See TracChangeset
for help on using the changeset viewer.