]> xenbits.xensource.com Git - people/larsk/xen.git/commit
build/m4: make python_devel.m4 work with both python 2 and 3
authorWei Liu <wei.liu2@citrix.com>
Tue, 5 Mar 2019 12:32:06 +0000 (12:32 +0000)
committerWei Liu <wei.liu2@citrix.com>
Tue, 12 Mar 2019 14:24:52 +0000 (14:24 +0000)
commit16cc3362aed39e3093419b9df6ec73269071d063
treecfdd81b3ce701fe6366b25b5036819ff2ce9205c
parentb9e1368af14ded6aee3bdf64e8329628b16291ff
build/m4: make python_devel.m4 work with both python 2 and 3

Do the following:

1. Change the form of "print".
2. Use AC_CHECK_FUNC to avoid the need to generate library name.
3. Remove unused stuff.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
m4/python_devel.m4
tools/configure