~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Fixed the bison test. It was erroneously checking an old variable name. Doh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
      AC_MSG_ERROR("Drizzle requires gperf to build."))
45
45
 
46
46
AC_CHECK_PROGS(YACC, ['bison -y'])
47
 
AS_IF([test "x$YACC" = "x" -a "$building_from_bzr" = "yes"],[
 
47
AS_IF([test "x$YACC" = "x" -a "$ac_cv_building_from_bzr" = "yes"],[
48
48
  AC_MSG_ERROR(["bison is required for Drizzle to build from a bzr branch"])
49
49
])
50
50