aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-03-22 06:46:22 +0800
committerDan Winship <danw@src.gnome.org>2001-03-22 06:46:22 +0800
commitcacbb83e0d88589c895240d8c68d85fc663ea401 (patch)
tree6cbc1534ef7dffecbc6c9616b4d46349be80b145 /configure.in
parenta48f0f6bf39a9321ce2a04621728f7d38ec86efe (diff)
downloadgsoc2013-evolution-cacbb83e0d88589c895240d8c68d85fc663ea401.tar
gsoc2013-evolution-cacbb83e0d88589c895240d8c68d85fc663ea401.tar.gz
gsoc2013-evolution-cacbb83e0d88589c895240d8c68d85fc663ea401.tar.bz2
gsoc2013-evolution-cacbb83e0d88589c895240d8c68d85fc663ea401.tar.lz
gsoc2013-evolution-cacbb83e0d88589c895240d8c68d85fc663ea401.tar.xz
gsoc2013-evolution-cacbb83e0d88589c895240d8c68d85fc663ea401.tar.zst
gsoc2013-evolution-cacbb83e0d88589c895240d8c68d85fc663ea401.zip
Require bison, not yacc (for vcc.y)
* configure.in: Require bison, not yacc (for vcc.y) svn path=/trunk/; revision=8877
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
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