aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure.ac
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-02-29 17:01:41 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-02-29 17:01:41 +0000
commit44922a0a492b1fec89a0e20c0ee3fd2f8474e460 (patch)
tree5a5fd81ebb79726b10fe465fd64c91a9e55782d5 /tools/configure.ac
parent1341ac67a346d29acf95b46ca849414f23f11dde (diff)
downloadxen-44922a0a492b1fec89a0e20c0ee3fd2f8474e460.tar.gz
xen-44922a0a492b1fec89a0e20c0ee3fd2f8474e460.tar.bz2
xen-44922a0a492b1fec89a0e20c0ee3fd2f8474e460.zip
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 <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/configure.ac')
-rw-r--r--tools/configure.ac2
1 files changed, 0 insertions, 2 deletions
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])