Checks for yacc and flex ae non-fatal if WCCP is enabled
--------------------------------------------------------
Key: TS-815
URL: https://issues.apache.org/jira/browse/TS-815
Project: Traffic Server
Issue Type: Improvement
Components: Build
Affects Versions: 3.1.0, 3.0.0
Reporter: Arno Toell
Priority: Minor
When enabling WCCP (`_--enable-wccp_'), bison and flex is required to build
ATS. There do exist checks for both in autoconf, but they are non-fatal. That
is, _./configure_ succeeds even if none of the required programs are found.
I attached a patch which makes both checks fatal, i.e. they make configure fail
if flex and/or bison is not found. Oh, and by the way autotools really suck.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira