]> git.ipfire.org Git - thirdparty/grub.git/commit
configure: fix macports flex version detection
authorAndrei Borzenkov <arvidjaar@gmail.com>
Fri, 27 Nov 2015 16:42:23 +0000 (19:42 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Fri, 27 Nov 2015 16:42:23 +0000 (19:42 +0300)
commita2618427857c7013a6d3107eb3b9be2d526a69ed
treea35728232759a39035ab4a953cc436626b5d750d
parentd43a5ee65143f384357fbfdcace4258e3537c214
configure: fix macports flex version detection

Macports add extra information after version itself:

$flex --version
flex 2.5.35 Apple(flex-31)

We require at least felx 2.5.35 so do not need to care about prehistoric
"flex version n.n.n"; just use second field always.

Reported by Peter Cheung <mcheung63@hotmail.com>
configure.ac