Allow Thrift to be built without the Python library.
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:16:37 +0000 (01:16 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:16:37 +0000 (01:16 +0000)
commit1a14091adc3380df570d01849b9b6002f7dc24c6
tree72f0b2ac2f1ce3c9865ea7bf008eec2b333d6ab7
parentcc0c9e98b50b4d5510b485ddd0f44614671616fd
Allow Thrift to be built without the Python library.

- Modify configure.ac to check for Python conditionally, like we do for
  Java, Mono, and Erlang.
- Modify Makefile.am to add "py" to SUBDIRS only if Python was detected.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666488 13f79535-47bb-0310-9956-ffa450edef68
configure.ac
lib/Makefile.am
test/Makefile.am