Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2002-08-20 21:59:05 +0400
committerPaolo Molaro <lupus@oddwiz.org>2002-08-20 21:59:05 +0400
commit9bc542c66c0d55a7d1465a73af17e5e21de8ee55 (patch)
tree4032000a0edd2e782f3f8da1360465e7388c657e /configure.in
parentf8a5badd66fb16a6a444f6a2a99cd3cb9c62f2eb (diff)
Doh.
svn path=/trunk/mono/; revision=6815
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b6afda02ddd..9d89b207660 100644
--- a/configure.in
+++ b/configure.in
@@ -29,7 +29,7 @@ AC_PROG_CC
AM_PROG_CC_STDC
AC_PROG_INSTALL
-AC_CHECK_PROG(BISON, bison, ,no)
+AC_CHECK_PROG(BISON, bison,yes,no)
if test "x$BISON" = "xno";
then
AC_MSG_ERROR([You need to install bison])