Make the check print something, give the cache var an llvm specific name.
llvm-svn: 18224
This commit is contained in:
parent
5d8ae54267
commit
58a9fe55fa
|
|
@ -6,8 +6,7 @@
|
||||||
# 2) BISON is set to bison
|
# 2) BISON is set to bison
|
||||||
#
|
#
|
||||||
AC_DEFUN([AC_PROG_BISON],
|
AC_DEFUN([AC_PROG_BISON],
|
||||||
[AC_CACHE_CHECK(,
|
[AC_CACHE_CHECK([if we have bison],[llvm_cv_has_bison],
|
||||||
ac_cv_has_bison,
|
|
||||||
[AC_PROG_YACC()
|
[AC_PROG_YACC()
|
||||||
])
|
])
|
||||||
if test "$YACC" != "bison -y"; then
|
if test "$YACC" != "bison -y"; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue