configure: fix (again) check for DB API: 5.4 is Not Recent Enough
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Tue, 14 Jan 2014 17:08:36 +0000 (17:08 +0000)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Tue, 14 Jan 2014 17:08:36 +0000 (17:08 +0000)
commit25ec217cf9e73cac25e5e7609c3a47de0c99234b
tree3ef36e81333ff0f8928c55e667204cb2601d756f
parenta8151d78fc946c142d63682055adad9534083ac6
configure: fix (again) check for DB API: 5.4 is Not Recent Enough

Maybe testing the version is clearer, but testing for < 5 is not
enough, my version is 5.4 and does not yet have those new enums.

If you git blame to this and have a version > 5.4 that does not
either, please feel free to join along and bump the version.
configure.ac