~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-08-20 16:14:47 UTC
  • mto: (1115.3.8 captain)
  • mto: This revision was merged to the branch mainline in revision 1120.
  • Revision ID: mordred@inaugust.com-20090820161447-q9egtcbln1h1vevy
Made bison check better.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
AM_CONDITIONAL(HAVE_LCOV,[test "x$LCOV" != "x"])
50
50
 
51
51
AC_CHECK_PROGS(YACC, ['bison -y'])
52
 
if test -z "$YACC" && test "$building_from_bzr" = "yes"
53
 
then
 
52
AS_IF([test "x$YACC" = "x" -a "$building_from_bzr" = "yes"],[
54
53
  AC_MSG_ERROR(["bison is required for Drizzle to build from a bzr branch"])
55
 
fi
 
54
])
56
55
 
57
56
 
58
57
AM_GNU_GETTEXT(external, need-formatstring-macros)