43
43
AS_IF([test "x$GPERF" = "x"],
44
44
AC_MSG_ERROR("Drizzle requires gperf to build."))
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"])