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:
parent
ebc92d4688
commit
4b0a3a7a37
5 changed files with 42 additions and 3 deletions
2
NEWS
2
NEWS
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue