Code

configure: Allow --without-python
authorBen Walton <bwalton@artsci.utoronto.ca>
Mon, 1 Feb 2010 02:15:05 +0000 (21:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Feb 2010 21:03:55 +0000 (13:03 -0800)
commitdc78250f15a06cc9f31037040517f3a5c85ad470
treebab759156c0c786857e13249b685bcc3efe336d3
parentf22cd7fcc54a98277b3d2b82f1bb0b593658925c
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>
configure.ac