summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1b1b678)
raw | patch | inline | side by side (parent: 1b1b678)
author | Jakub Narebski <jnareb@gmail.com> | |
Wed, 9 Aug 2006 00:19:22 +0000 (02:19 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 9 Aug 2006 00:47:36 +0000 (17:47 -0700) |
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index bc2824bb88037183036c1c0767a8f5d78c766098..3fd3d55e43ddcd29dea20231f48cc84fc9cfbd9d 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# Define NO_PYTHON if you want to lose all benefits of the recursive merge.
# Define PYTHON_PATH to provide path to Python.
AC_ARG_WITH(python,[AS_HELP_STRING([--with-python=PATH], [provide PATH to python])
-AS_HELP_STRING([--no-python], [don't use python scripts])],
+AS_HELP_STRING([--without-python], [don't use python scripts])],
[if test "$withval" = "no"; then \
NO_PYTHON=YesPlease; \
elif test "$withval" = "yes"; then \