configure: make --v8-options switch more robust
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 31 Mar 2014 12:22:49 +0000 (14:22 +0200)
committerFedor Indutny <fedor@indutny.com>
Tue, 1 Apr 2014 14:55:52 +0000 (18:55 +0400)
commit490d5ab7808aedb998d1f4f933bf3de748758f62
treee79c5e341f1646ddeb99e41375ff530f49f26eb8
parente9ce8fc82a6d12e790511b62852e820d8be03186
configure: make --v8-options switch more robust

Improve on commit b55c9d6 by not requiring that switches are comma
separated.  This commit makes `./configure --v8-options="--foo --bar"`
work and takes special care to properly escape quotes in the options
string.
configure
node.gyp
src/node.cc