commit | dc78250f15a06cc9f31037040517f3a5c85ad470 | [log] [tgz] |
---|---|---|
author | Ben Walton <bwalton@artsci.utoronto.ca> | Sun Jan 31 21:15:05 2010 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Feb 01 13:03:55 2010 -0800 |
tree | bab759156c0c786857e13249b685bcc3efe336d3 | |
parent | f22cd7fcc54a98277b3d2b82f1bb0b593658925c [diff] |
configure: Allow --without-python This patch allows someone to use configure to build git while at the same time disabling the python remote helper code. It leverages the ability of GIT_ARG_SET_PATH to accept an optional second argument indicating that --without-$PROGRAM is acceptable. Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>