~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libmemcached.m4

  • Committer: Olaf van der Spek
  • Date: 2011-07-04 19:11:47 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110704191147-s99ojek811zi1fzj
RemoveĀ unusedĀ Name_resolution_context::error_reporter

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
])