mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Eliminate duplicate "checking" message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18229 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a0c0dff0b
commit
898ae19319
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user