only build isl.py and when extract_interface is available
commitcbe90430b15fa363ab5392732c50d509ef05a9fd
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 12 Aug 2018 08:53:54 +0000 (12 10:53 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 12 Aug 2018 08:53:54 +0000 (12 10:53 +0200)
tree59450b1ffefd059e85239c37b5ec2fe69b2907ab
parent839fb2658875741df06098b281cd5a0a399485bb
only build isl.py and when extract_interface is available

The isl.py target in itself is fairly harmless since isl.py
is not built by default and therefore only results in failures
when the bindings are being built explicitly (or on "make dist").
However, the next commit will introduce a libdep.a target,
which well get built by default while
it can only be built with a bundled or build isl submodule.
Hide the entire isl.py machinery behind a conditional to avoid
failures when a system isl submodule is being used.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
Makefile.am
configure.ac