]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: fix python major version check on python 2.6 4292/head
authorJason Ish <jason.ish@oisf.net>
Thu, 10 Oct 2019 22:32:21 +0000 (16:32 -0600)
committerJason Ish <jason.ish@oisf.net>
Thu, 10 Oct 2019 22:36:08 +0000 (16:36 -0600)
commitc44f82cf4ce08e0f307a6ce6753049269bb968b4
treea0b9ede47d282c149e7f86a79f86f7bb4956b0f9
parenta3cdef2b4dd0d1c9618a7990941867032001914a
configure: fix python major version check on python 2.6

Python 2.6 doesn't use a named tuple for the version info,
instead use the index of the major version which works
on Python 2.6 upwards.
configure.ac