[llvm-commits] [test-suite] r101764 - /test-suite/trunk/autoconf/configure.ac

Daniel Dunbar daniel at zuster.org
Sun Apr 18 21:00:53 PDT 2010


Author: ddunbar
Date: Sun Apr 18 23:00:53 2010
New Revision: 101764

URL: http://llvm.org/viewvc/llvm-project?rev=101764&view=rev
Log:
Remove flex and bison checks, these have been removed from LLVM.

Modified:
    test-suite/trunk/autoconf/configure.ac

Modified: test-suite/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/autoconf/configure.ac?rev=101764&r1=101763&r2=101764&view=diff
==============================================================================
--- test-suite/trunk/autoconf/configure.ac (original)
+++ test-suite/trunk/autoconf/configure.ac Sun Apr 18 23:00:53 2010
@@ -110,8 +110,6 @@
 fi
 
 dnl Checks for other tools
-AC_PROG_FLEX
-AC_PROG_BISON
 AC_PROG_LIBTOOL
 
 dnl Check for GNU f2c FORTRAN -> C translator





More information about the llvm-commits mailing list