configure: `v8_use_snapshot` should be `true`
authorFedor Indutny <fedor@indutny.com>
Sun, 22 Nov 2015 01:21:11 +0000 (20:21 -0500)
committerJames M Snell <jasnell@gmail.com>
Wed, 23 Dec 2015 16:38:33 +0000 (08:38 -0800)
commit49b3c3b872b751947da903006316721ac0a77751
tree40a64d9affc41443d4b572d8f7c5bd4b15d50460
parent71604e0bccceecb3cad6f25e4be89c35eda6aab6
configure: `v8_use_snapshot` should be `true`

`v8_use_snapshot` should be either `true` or `false`, not 1 or 0.

PR-URL: https://github.com/nodejs/node/pull/3962
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
configure