aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-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 ******************************