Skip to content
  • Andrei Borzenkov's avatar
    configure: fix macports flex version detection · a2618427
    Andrei Borzenkov authored
    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>
    a2618427