Last Updated: February 25, 2016
·
1.555K
· sheerun

./configure manually when installing with Homebrew

brew install --interactive vim

Followed by:

./configure --help
./configure --whatever-you-want
exit

Source: man brew