~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_bison.m4

  • Committer: Monty Taylor
  • Date: 2011-03-06 18:40:09 UTC
  • mto: (2221.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 2222.
  • Revision ID: mordred@inaugust.com-20110306184009-y1dz5gdqxj7aur83
Honors PYTHON env variable for running pandora-plugin. It's important,
because some systems will need to let us know where python2 is now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
AC_DEFUN([PANDORA_REQUIRE_BISON],[
29
29
  AC_REQUIRE([PANDORA_HAVE_BISON])
30
30
  AS_IF([test "x${pandora_have_bison}" = "xno" -a "$pandora_building_from_bzr" = "yes"],
31
 
      PANDORA_MSG_ERROR(["bison is required for ${PACKAGE} to build from a bzr branch"])
 
31
      AC_MSG_ERROR(["bison is required for ${PACKAGE} to build from a bzr branch"])
32
32
      )
33
33
])