summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f22cd7f)
raw | patch | inline | side by side (parent: f22cd7f)
author | Ben Walton <bwalton@artsci.utoronto.ca> | |
Mon, 1 Feb 2010 02:15:05 +0000 (21:15 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 1 Feb 2010 21:03:55 +0000 (13:03 -0800) |
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>
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 | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 995abe46dca8e458319c7c9c05cea7a27ff67672..e6be739ebff7b90ea87ca32061977a246f3570de 100644 (file)
--- a/configure.ac
+++ b/configure.ac
GIT_ARG_SET_PATH(perl)
#
# Define PYTHON_PATH to provide path to Python.
-GIT_ARG_SET_PATH(python)
+GIT_ARG_SET_PATH(python, allow-without)
#
# Define ZLIB_PATH to provide path to zlib.
GIT_ARG_SET_PATH(zlib)