Skip to content

Remove checks for Python 2 from configure.ac

Alex Henrie requested to merge alex.henrie/graph-tool:python2 into master

This prevents autoconf from selecting Python 2 on systems that have both Python 2 and Python 3 installed.

Merge request reports