build: shorten configurate script print on stdout
authorRoman Reiss <me@silverwind.io>
Sun, 18 Jan 2015 17:48:21 +0000 (18:48 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 18 Jan 2015 21:54:27 +0000 (22:54 +0100)
commit1b1cd1c3f8e21b34a8e1355e545057a661acaa15
treebb29ce789dd23505826d8d722d6d07d9ede5a82f
parentd566ded26b996c27afeb7fc208709bb6096bfa13
build: shorten configurate script print on stdout

Reduces the previously pretty-printed configuration dictionary to a
single line wrapped at 78 characters. This makes warning messages which
appear before this print more visible to the user.

PR-URL: https://github.com/iojs/io.js/pull/483
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
configure