GitHub user magiccrafter opened a pull request:
https://github.com/apache/thrift/pull/1354
THRIFT-4232 ./configure does bad ant version check
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/magiccrafter/thrift THRIFT-4232
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1354.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1354
----
commit e91d115f628c33c121b82c4820656861caac2e83
Author: Nasko Vasilev <[email protected]>
Date: 2017-09-11T22:40:49Z
THRIFT-4232 ./configure does bad ant version check
commit 3bbc487133b89459eb8800ebc64adf95496d4559
Author: Nasko Vasilev <[email protected]>
Date: 2017-09-11T22:57:38Z
THRIFT-4232 ./configure does bad ant version check (inclusive comparison
with >= instead of > only)
----
---