~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-11-27 23:14:56 UTC
  • mto: (629.2.1 devel)
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: monty@bitters-20081127231456-45kl00o5smelokb5
More solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
AC_PROG_RANLIB
377
377
 
378
378
dnl Not critical since the generated file is distributed
379
 
AC_PROG_YACC
 
379
AC_CHECK_PROGS(YACC, ['bison -y'])
380
380
if test -z "$YACC" && test -d ".bzr"
381
381
then
382
382
  AC_MSG_ERROR(["bison is required for Drizzle to build from a bzr branch"])