aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-12-28 04:03:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-12-28 04:58:50 +0800
commit3804965c40f808fbd2dfde2ead05da239cf0ee35 (patch)
tree172b21bd5384e0f88a74d34d7da302753fa6b3fa
parent6e50878a4c2c109eecc26c3797b14a8ac40c6678 (diff)
downloadgsoc2013-evolution-3804965c40f808fbd2dfde2ead05da239cf0ee35.tar
gsoc2013-evolution-3804965c40f808fbd2dfde2ead05da239cf0ee35.tar.gz
gsoc2013-evolution-3804965c40f808fbd2dfde2ead05da239cf0ee35.tar.bz2
gsoc2013-evolution-3804965c40f808fbd2dfde2ead05da239cf0ee35.tar.lz
gsoc2013-evolution-3804965c40f808fbd2dfde2ead05da239cf0ee35.tar.xz
gsoc2013-evolution-3804965c40f808fbd2dfde2ead05da239cf0ee35.tar.zst
gsoc2013-evolution-3804965c40f808fbd2dfde2ead05da239cf0ee35.zip
Evolution does not need flex and bison.
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 497b6050fd..83cc15b4bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,17 +124,10 @@ AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
-AM_PROG_LEX
-AC_PROG_YACC
AC_PROG_AWK
AC_PATH_PROG([PERL], [perl])
AC_SUBST(PERL)
-case $YACC in
-*yacc*)
- AC_MSG_ERROR([You need bison to build Evolution])
- ;;
-esac
AC_ARG_PROGRAM
dnl ******************************