This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Configure patch] Issue error if bison not found


On Thu, 28 Nov 2002, Craig Rodrigues wrote:
> Index: configure.in
>    AC_CHECK_PROG(BISON, bison, bison, false)

Should be (IIUC):
AC_CHECK_PROG (BISON, bison, bison, missing bison)

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]