~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libmemcached.m4

  • Committer: Mark Atwood
  • Date: 2011-08-11 03:05:03 UTC
  • mfrom: (2385.1.12 refactor4)
  • Revision ID: me@mark.atwood.name-20110811030503-rp9xjihc5x3y0x4q
mergeĀ lp:~olafvdspek/drizzle/refactor4

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