summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a96c3643..14eb2248 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,10 +116,6 @@ AM_PROG_CC_C_O
dnl find an assembler
AM_PROG_AS
-dnl we require flex and bison for building the goom plugin
-AG_GST_BISON_CHECK
-AG_GST_FLEX_CHECK
-
AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")