~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Merged 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"])