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,5 @@
## Copyright (C) 2012 Laboratoire de Recherche et Developpement de
## l'Epita (LRDE).
## Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6),
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
## et Marie Curie.
@ -19,4 +21,6 @@
## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
if USE_PYTHON
SUBDIRS = python
endif