d3fa0dc breaks compilation with GCC older than 4.3
See http://gcc.gnu.org/viewcvs?view=revision&revision=120347
(Via John Marshall on SO: http://facebook.stackoverflow.com/questions/13023239/compiling-node-gives-no-old-style-declaration-flag-error/13025257#13025257)
EngineYard's current stack uses gcc version 4.1.2 and while grepping out that line in a cookbook is rather easy if you know what's happening, it might be preferable to have some extra output instead of confusing people that might not be able to figure this out.
d3fa0dc breaks compilation with GCC older than 4.3
See http://gcc.gnu.org/viewcvs?view=revision&revision=120347
(Via John Marshall on SO: http://facebook.stackoverflow.com/questions/13023239/compiling-node-gives-no-old-style-declaration-flag-error/13025257#13025257)
EngineYard's current stack uses gcc version 4.1.2 and while grepping out that line in a cookbook is rather easy if you know what's happening, it might be preferable to have some extra output instead of confusing people that might not be able to figure this out.