[evolution-data-server] Remove flex/bison dependencies.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Remove flex/bison dependencies.
- Date: Sun, 29 Jul 2012 13:19:36 +0000 (UTC)
commit 4e3b1e436a888b40847c13c18fa3b1db1dc72d88
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Jul 29 08:54:20 2012 -0400
Remove flex/bison dependencies.
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 | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 107f9b8..06df07b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]