configure: check for uuid python module
authorAnsis Atteka <aatteka@nicira.com>
Fri, 18 Oct 2013 04:32:19 +0000 (21:32 -0700)
committerAnsis Atteka <aatteka@nicira.com>
Fri, 18 Oct 2013 19:33:44 +0000 (12:33 -0700)
commit9b4a53923a8a915c0c6a5365b392a7efd6f9bf71
tree809a1dd3de2ecbea3109c6284ba689649e8b4178
parent23a0330f7a56a7229f0e8cd7371bdd2d2ec1a9f8
configure: check for uuid python module

After introducing commit a5ae88ff8a276e86c842ac102145432662bf711a
"ovsdb-doc: generate vswitch.[pic|gv] files only if dot tool is
available" Open vSwitch did not build anymore on hosts that did not
have uuid python module installed (for example, we still support
XenServer that still uses old python 2.4 and hence does not have uuid).

After this commit ./configure will check whether uuid module is present
and, if it isn't, then it will add python/compat to the PYTHONPATH.

Acked-By: Ben Pfaff <blp@nicira.com>
Signed-Off-By: Ansis Atteka <aatteka@nicira.com>
Issue: 20476
Makefile.am
configure.ac
m4/openvswitch.m4