summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-25 03:33:03 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-25 03:33:03 +0000
commitab4e5fb61fbd4df211943e378aeb3c529e3fea57 (patch)
treee3a84c7ca51f896f56f3fdd756aeb37d5597954a /autoconf
parentb752a97ca41de789434fa792b6de01f6c04fe13e (diff)
downloadllvm-ab4e5fb61fbd4df211943e378aeb3c529e3fea57.tar.gz
llvm-ab4e5fb61fbd4df211943e378aeb3c529e3fea57.tar.bz2
llvm-ab4e5fb61fbd4df211943e378aeb3c529e3fea57.tar.xz
Make the check print something, give the cache var an llvm specific name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/m4/bison.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/autoconf/m4/bison.m4 b/autoconf/m4/bison.m4
index 60fcb6d78a..45add11278 100644
--- a/autoconf/m4/bison.m4
+++ b/autoconf/m4/bison.m4
@@ -6,8 +6,7 @@
# 2) BISON is set to bison
#
AC_DEFUN([AC_PROG_BISON],
-[AC_CACHE_CHECK(,
-ac_cv_has_bison,
+[AC_CACHE_CHECK([if we have bison],[llvm_cv_has_bison],
[AC_PROG_YACC()
])
if test "$YACC" != "bison -y"; then