configure: remove --ninja switch
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 16 Jan 2015 11:56:30 +0000 (12:56 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 17 Jan 2015 00:06:17 +0000 (01:06 +0100)
commitde224d6e6c9381e71ffee965dbda928802cc438e
tree96d3e4bb17a8494bcf3a9f9c3f48d1da587015e1
parent48774ec027a28cca17656659d316bb7ed8d6f33c
configure: remove --ninja switch

It is unknown if there are any users of the ninja build and keeping it
around makes refactoring the build system more difficult.  It's partly
broken (or at least, deeply inefficient) because it touches out/Makefile
every time.

PR-URL: https://github.com/iojs/io.js/pull/467
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Makefile
configure