~patrick-crews/drizzle/beta-multi-master-tests

« back to all changes in this revision

Viewing changes to m4/pandora_have_libmemcached.m4

  • Committer: Monty Taylor
  • Date: 2011-03-07 21:37:51 UTC
  • mfrom: (2221.2.4 build)
  • Revision ID: mordred@inaugust.com-20110307213751-uhic4rghe4dmdi8d
Merge Monty - Pandora-build updates. Allow building of only libdrizzle.
Merge Andrew - libdrizzle result reuse problem.
Merge David - Slave plugin bugfixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
AC_DEFUN([PANDORA_REQUIRE_LIBMEMCACHED],[
97
97
  PANDORA_HAVE_LIBMEMCACHED($1)
98
98
  AS_IF([test "x{$pandora_cv_recent_libmemcached}" = "xno"],
99
 
      AC_MSG_ERROR([libmemcached is required for ${PACKAGE}]))
 
99
      PANDORA_MSG_ERROR([libmemcached is required for ${PACKAGE}]))
100
100
])
101
101
 
102
102
AC_DEFUN([PANDORA_REQUIRE_LIBMEMCACHEDPROTOCOL],[
103
103
  PANDORA_HAVE_LIBMEMCACHED($1)
104
104
  AS_IF([test x$ac_cv_libmemcachedprotocol = xno],
105
 
      AC_MSG_ERROR([libmemcachedprotocol is required for ${PACKAGE}]))
 
105
      PANDORA_MSG_ERROR([libmemcachedprotocol is required for ${PACKAGE}]))
106
106
])