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

2
NEWS
View file

@ -1,5 +1,7 @@
New in spot 0.8.1a:
* configure now has a --disable-python option to disable
the compilation of Python bindings.
* Bug fixes:
- spot::ltl::length() forgot to count the '&' and '|' operators
in an LTL formula.