[Webkit-unassigned] [Bug 20253] A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 3 16:46:56 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20253


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22621|review?                     |review-
               Flag|                            |




------- Comment #12 from ddkilzer at webkit.org  2008-08-03 16:46 PDT -------
(From update of attachment 22621)
>+   FLEX_VERSION=`$FLEX --version | sed 's,.*\ \([0-9]*\.[0-9]*\.[0-9]*\)$,\1,'`
>+   AX_COMPARE_VERSION([2.5.33],[gt],[$FLEX_VERSION],
>+      AC_MSG_ERROR([You need at least version 2.5.33 of the 'flex' lexer generator to compile WebKit]))
> fi

Shouldn't that be "[ge]" since 2.5.33 works?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list