From cacbb83e0d88589c895240d8c68d85fc663ea401 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 21 Mar 2001 22:46:22 +0000 Subject: Require bison, not yacc (for vcc.y) * configure.in: Require bison, not yacc (for vcc.y) svn path=/trunk/; revision=8877 --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 13fec8c78f..273ae16ea2 100644 --- a/configure.in +++ b/configure.in @@ -21,6 +21,11 @@ AC_PROG_CC AC_PROG_CPP AM_PROG_LEX AC_PROG_YACC +case $YACC in +*yacc*) + AC_MSG_ERROR(You need bison to build Evolution) + ;; +esac AC_STDC_HEADERS AC_ARG_PROGRAM AC_PROG_INSTALL -- cgit v1.2.3