summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-21 22:36:26 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-21 22:36:26 +0000
commit5992175b0fc368c69c33308e38785a0257a05b9c (patch)
treeddcbd5dcedfd0cc22a97b82c9080e6409f1bc05a /autoconf
parent2ec0dbf9616e91952c90ad1c7f7404d9d1ee053c (diff)
downloadllvm-5992175b0fc368c69c33308e38785a0257a05b9c.tar.gz
llvm-5992175b0fc368c69c33308e38785a0257a05b9c.tar.bz2
llvm-5992175b0fc368c69c33308e38785a0257a05b9c.tar.xz
Remove tests for flex/bison which are no longer needed by LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65249 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 3f8d06b2d3..9b852d970f 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -542,8 +542,6 @@ dnl Check for compilation tools
AC_PROG_CPP
AC_PROG_CC(gcc)
AC_PROG_CXX(g++)
-AC_PROG_FLEX
-AC_PROG_BISON
AC_PROG_NM
AC_SUBST(NM)