Remove flex/bison dependencies.
authorMatthew Barnes <mbarnes@redhat.com>
Sun, 29 Jul 2012 12:54:20 +0000 (08:54 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Sun, 29 Jul 2012 13:04:42 +0000 (09:04 -0400)
configure says "You need bison to build evolution-data-server"

No, actually, you don't.  In fact I have no idea why these were ever
needed.  "git blame" shows the requirements were present even in the
initial evolution-data-server commit in 2003, and yet even back then
I can't find evidence that flex or bison were actually used.

configure.ac

index 107f9b8..06df07b 100644 (file)
@@ -222,13 +222,6 @@ AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
-AM_PROG_LEX
-AC_PROG_YACC
-case $YACC in
-*yacc*)
-       AC_MSG_ERROR([You need bison to build evolution-data-server])
-       ;;
-esac
 
 dnl GCC 4.4 got more aggressive in its aliasing optimizations, changing
 dnl behavior that -- according to the C99 standard -- is supposed to be