summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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