~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Merged up with latest plugin-slot-reorg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
AS_IF([test "x$GPERF" = "x"],
44
44
      AC_MSG_ERROR("Drizzle requires gperf to build."))
45
45
 
46
 
AC_PATH_PROG(LCOV, lcov)
47
 
AC_PATH_PROG(GENHTML, genhtml)
48
 
 
49
 
AM_CONDITIONAL(HAVE_LCOV,[test "x$LCOV" != "x"])
50
 
 
51
46
AC_CHECK_PROGS(YACC, ['bison -y'])
52
47
AS_IF([test "x$YACC" = "x" -a "$building_from_bzr" = "yes"],[
53
48
  AC_MSG_ERROR(["bison is required for Drizzle to build from a bzr branch"])