~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-05-14 06:01:02 UTC
  • mfrom: (1008.2.1 trunk)
  • mto: (1022.2.34 mordred)
  • mto: This revision was merged to the branch mainline in revision 1015.
  • Revision ID: mordred@inaugust.com-20090514060102-ncleecrg3fiuopdc
Merged fix from lifeless.

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
 
206
206
dnl Not critical since the generated file is distributed
207
207
AC_CHECK_PROGS(YACC, ['bison -y'])
208
 
if test -z "$YACC" && test -d ".bzr"
 
208
if test -z "$YACC" && test -d "$srcdir/.bzr"
209
209
then
210
210
  AC_MSG_ERROR(["bison is required for Drizzle to build from a bzr branch"])
211
211
fi