~vlad-lesin/pandora-build/changes-for-percona-playback

« back to all changes in this revision

Viewing changes to m4/pandora_have_libhaildb.m4

  • Committer: Monty Taylor
  • Date: 2011-03-26 17:07:34 UTC
  • Revision ID: mordred@inaugust.com-20110326170734-wq52n1fgj3mo0je6
Add PANDORA_MSG_ERROR for configurable erroring conditions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
AC_DEFUN([PANDORA_REQUIRE_LIBHAILDB],[
40
40
  AC_REQUIRE([PANDORA_HAVE_LIBHAILDB])
41
41
  AS_IF([test "x${ac_cv_libhaildb}" = "xno"],
42
 
      AC_MSG_ERROR([libhaildb 2.3.2 or later is required for ${PACKAGE}]))
 
42
      PANDORA_MSG_ERROR([libhaildb 2.3.2 or later is required for ${PACKAGE}]))
43
43
])