Make it possible not to build Python bindings.

* configure.ac: Add a --disable-python option tied to
a USE_PYTHON conditional.
* README: Document the option.
* wrap/Makefile.am: Use the conditional.
This commit is contained in:
Alexandre Duret-Lutz 2012-01-17 14:33:21 +01:00
parent ebc92d4688
commit 4b0a3a7a37
5 changed files with 42 additions and 3 deletions

View file

@ -1,3 +1,12 @@
2012-01-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Make it possible not to build Python bindings.
* configure.ac: Add a --disable-python option tied to
a USE_PYTHON conditional.
* README: Document the option.
* wrap/Makefile.am: Use the conditional.
2012-01-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix position of the Send button with WebKit.