Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AX_PYTHON_DEVEL macro fails to report Python 3 is not supported #20

Closed
olaurino opened this issue May 11, 2015 · 0 comments · Fixed by #160
Closed

AX_PYTHON_DEVEL macro fails to report Python 3 is not supported #20

olaurino opened this issue May 11, 2015 · 0 comments · Fixed by #160

Comments

@olaurino
Copy link
Member

This ticket replaces one of the issues reported in #15.

When python3 is detected, the configure script should gracefully fail informing the user python3 is not supported.

However, this does not happen (see https://gist.github.com/cdeil/39e9404e91954cb67270#file-gistfile1-txt-L276).

The AX_PYTHON_DEVEL call in configure.ac should be changed to AX_PYTHON_DEVEL([<'3.0'])
and autoreconf should be run. We need to coordinate this with the maintainers of the group library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant