~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2009-09-26 04:00:11 UTC
  • mfrom: (1126.12.1 trunk-nodebug)
  • Revision ID: brian@gaz-20090926040011-2qzxdcbpm1ibpkhl
Merge Lee

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