[tracker/parser: 11/12] configure.ac: Remove unnecessary checks for flex and bison
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker/parser: 11/12] configure.ac: Remove unnecessary checks for flex and bison
- Date: Mon, 10 Aug 2009 08:46:20 +0000 (UTC)
commit 494a6ee5a14cece2ec1f57285f460f9b49d3c6bf
Author: Jürg Billeter <j bitron ch>
Date: Fri Aug 7 14:35:42 2009 +0200
configure.ac: Remove unnecessary checks for flex and bison
configure.ac | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eb85ca6..b8d776f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,18 +235,6 @@ PKG_CHECK_MODULES(RAPTOR, [raptor >= 1.4.18])
AC_SUBST(RAPTOR_CFLAGS)
AC_SUBST(RAPTOR_LIBS)
-AC_PROG_LEX
-if test "$LEX" = :; then
- AC_MSG_ERROR([flex not found but required])
-fi
-
-AC_CHECK_PROGS(YACC, 'bison -y' byacc yacc, :)
-if test "$YACC" = :; then
- AC_MSG_ERROR([bison not found but required])
-fi
-
-AC_CHECK_FUNCS(strcasecmp)
-
AC_PATH_PROG(VALAC, valac, valac)
AC_SUBST(VALAC)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]