Eliminate duplicate "checking" message.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 25 Nov 2004 04:42:25 +0000 (04:42 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 25 Nov 2004 04:42:25 +0000 (04:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18229 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/m4/bison.m4

index 45add1127862474a7063b654c8e0da682dfa3869..b077d1feed1d28863e17bb76e9b4037cb78af376 100644 (file)
@@ -6,7 +6,7 @@
 # 2) BISON is set to bison
 #
 AC_DEFUN([AC_PROG_BISON],
-[AC_CACHE_CHECK([if we have bison],[llvm_cv_has_bison],
+[AC_CACHE_CHECK([],[llvm_cv_has_bison],
 [AC_PROG_YACC()
 ])
 if test "$YACC" != "bison -y"; then