From: Reid Spencer Date: Thu, 25 Nov 2004 04:42:25 +0000 (+0000) Subject: Eliminate duplicate "checking" message. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=898ae193198954d9c67e2b85201f93b6605bf4b1;p=oota-llvm.git Eliminate duplicate "checking" message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18229 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/m4/bison.m4 b/autoconf/m4/bison.m4 index 45add112786..b077d1feed1 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