fprintf/vfprintf dependency fix
authorDavid Flamme <david.flamme@gmx.net>
Tue, 15 Feb 2011 21:40:18 +0000 (22:40 +0100)
committerDavid Flamme <david.flamme@gmx.net>
Tue, 15 Feb 2011 21:40:18 +0000 (22:40 +0100)
commit05e9375c76bd02c893870640faacba875a82e27e
tree96d551277aecce27ac74447f401c9b3943bf4b21
parentf01d67d4cb15d900602595e7d330932a906035eb
fprintf/vfprintf dependency fix

* src/vm/os.hpp: Added vfprintf wrapper
                 removed fprintf wrapper, but kept the availability check
* configure.ac: Added vfprintf linker check
* src/toolbox/logging.cpp: using os::vfprintf
* src/vm/vm.cpp: version

Due to a compatibility check of clang 2.7, the decision was made to define that fprintf is mandatory for cacao
configure.ac
src/toolbox/logging.cpp
src/vm/os.hpp
src/vm/vm.cpp