~lp-dev-merge-bot/percona-playback/staging

« back to all changes in this revision

Viewing changes to m4/pandora_have_boost.m4

  • Committer: Stewart Smith
  • Date: 2011-11-16 01:17:57 UTC
  • Revision ID: stewart@flamingspork.com-20111116011757-2zctye4d3xuj0niv
pandora m4 update

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
AC_DEFUN([PANDORA_REQUIRE_BOOST],[
89
89
  PANDORA_HAVE_BOOST($1)
90
90
  AS_IF([test x$ac_cv_boost = xno],
91
 
      AC_MSG_ERROR([boost is required for ${PACKAGE}]))
 
91
      PANDORA_MSG_ERROR([boost is required for ${PACKAGE}]))
92
92
])
93
93