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:
parent
fb1051349b
commit
f37539ad78
1 changed files with 2 additions and 2 deletions
|
@ -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)]),
|
||||
|
|
Loading…
Add table
Reference in a new issue