1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Eliminate duplicate "checking" message.

llvm-svn: 18229
This commit is contained in:
Reid Spencer 2004-11-25 04:42:25 +00:00
parent 026387ccbc
commit 23f82de6d1

View 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