[llvm-commits] CVS: llvm/autoconf/m4/bison.m4

Reid Spencer reid at x10sys.com
Wed Nov 24 20:42:35 PST 2004



Changes in directory llvm/autoconf/m4:

bison.m4 updated: 1.2 -> 1.3
---
Log message:

Eliminate duplicate "checking" message.


---
Diffs of the changes:  (+1 -1)

Index: llvm/autoconf/m4/bison.m4
diff -u llvm/autoconf/m4/bison.m4:1.2 llvm/autoconf/m4/bison.m4:1.3
--- llvm/autoconf/m4/bison.m4:1.2	Wed Nov 24 21:33:03 2004
+++ llvm/autoconf/m4/bison.m4	Wed Nov 24 22:42:25 2004
@@ -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






More information about the llvm-commits mailing list