From 44922a0a492b1fec89a0e20c0ee3fd2f8474e460 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 29 Feb 2012 17:01:41 +0000 Subject: configure: do not require Bison or Flex This isn't required because we also checkin the generated files. A more complete fix might also allow the user to force regeneration but I didn't bother here. Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/configure.ac') diff --git a/tools/configure.ac b/tools/configure.ac index c5dec9c59f..4dc2b695f7 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -78,8 +78,6 @@ AC_PROG_MAKE_SET AC_PROG_INSTALL AX_PATH_PROG_OR_FAIL([PERL], [perl]) AX_PATH_PROG_OR_FAIL([IP], [ip]) -AX_PATH_PROG_OR_FAIL([BISON], [bison]) -AX_PATH_PROG_OR_FAIL([FLEX], [flex]) AS_IF([test "x$xapi" = "xy"], [ AX_PATH_PROG_OR_FAIL([CURL], [curl-config]) AX_PATH_PROG_OR_FAIL([XML], [xml2-config]) -- cgit v1.2.3