Installing Python supporrt defaults to off.

Addresses bug #10747.
This commit is contained in:
Eric S. Raymond 2008-01-12 16:43:35 +00:00
parent 6375a97a27
commit 8e714dd966

View file

@ -87,9 +87,9 @@ AC_ARG_ENABLE([static],
[static=no])
AC_ARG_ENABLE([python],
AS_HELP_STRING([--disable-python], [disable Python support]),
AS_HELP_STRING([--enable-python], [enable Python support]),
[python=$enableval],
[python=yes])
[python=no])
AC_ARG_ENABLE([python_install],
AS_HELP_STRING([--disable-python-install], [disable installation of Python developer tools]),