Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct a flaw in the Python 3 version checking
It turns out the ax_python_devel.m4 version check assumes that ("3.X+1.0" >= "3.X.0") is True in Python, which is not when X+1 is 10 or above and X is not. (Also presumably X+1=100 and ...) So let's refactor the check to succeed then. Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
- Loading branch information