enable python as default, use --disable-python to not compile...

...with python support

python >= 2.3 is required

please revert if it causes serious problems, it should not do so
This commit is contained in:
Nils Kneuper 2007-01-20 16:46:52 +00:00
parent fb1051349b
commit f37539ad78

View file

@ -71,9 +71,9 @@ AC_ARG_ENABLE([static],
[static=no])
AC_ARG_ENABLE([python],
AS_HELP_STRING([--enable-python], [enable Python support]),
AS_HELP_STRING([--disable-python], [disable Python support]),
[python=$enableval],
[python=no])
[python=yes])
AC_ARG_ENABLE([lite],
AS_HELP_STRING([--enable-lite], [enable lite version of wesnoth (without music or large images)]),