PY3: detect talloc_utils (for version of python running the build)
authorNoel Power <noel.power@suse.com>
Fri, 3 Aug 2018 15:51:59 +0000 (16:51 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 16 Sep 2018 04:16:20 +0000 (06:16 +0200)
commit6c62e22c1c751a6a2472a996316656ec5d03aa51
tree76c1fe1d2cfcafdf3fd74ae47fdf0bbeb9a2a42c
parent0df8ef41a336a232d2e348462174434d7d7ec610
PY3: detect talloc_utils (for version of python running the build)

It seems all combinations have potential to fail here :/ however for
the moment making the assumption
  *  if python2 driving the build you are building against libpython2 (with the option of having python3 as 'extra-python'
  *  if python3 driving the build you are building against libpython3 (with the option of having python3 as 'extra-python' NOTE: this isn't inforced it probably should be !!!! In a system with python2 and python3 installed it seems waf needs PYTHON env variable to decide which libpython to build against. It's also an option that configure should use that too (to figure out which talloc_util to use or build)

However.... right now I just want the thing to build

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/talloc/wscript