summaryrefslogtreecommitdiff
path: root/autoconf/m4
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-25 04:42:25 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-25 04:42:25 +0000
commit898ae193198954d9c67e2b85201f93b6605bf4b1 (patch)
treea23f79d287499379303d0b9176cccc2dc9d95045 /autoconf/m4
parent2a0c0dff0b957cc38c35798dd85aca8838da4977 (diff)
downloadllvm-898ae193198954d9c67e2b85201f93b6605bf4b1.tar.gz
llvm-898ae193198954d9c67e2b85201f93b6605bf4b1.tar.bz2
llvm-898ae193198954d9c67e2b85201f93b6605bf4b1.tar.xz
Eliminate duplicate "checking" message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/m4')
-rw-r--r--autoconf/m4/bison.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/m4/bison.m4 b/autoconf/m4/bison.m4
index 45add11278..b077d1feed 100644
--- a/autoconf/m4/bison.m4
+++ b/autoconf/m4/bison.m4
@@ -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