~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to m4/pandora_have_libmemcached.m4

  • Committer: Monty Taylor
  • Date: 2010-03-03 19:27:30 UTC
  • mto: (1308.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 1278.
  • Revision ID: mordred@inaugust.com-20100303192730-o2o3nmp0lzhuatbe
Tags: upstream-2010.03.1317
ImportĀ upstreamĀ versionĀ 2010.03.1317

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    ])
33
33
  ],[
34
34
    ac_cv_libmemcached="no"
 
35
    ac_cv_libmemcachedprotocol="no"
35
36
  ])
36
37
  
37
38
  AC_CACHE_CHECK([if libmemcached has memcached_server_fn],
60
61
      AC_MSG_ERROR([libmemcached is required for ${PACKAGE}]))
61
62
])
62
63
 
 
64
AC_DEFUN([PANDORA_REQUIRE_LIBMEMCACHEDPROTOCOL],[
 
65
  AC_REQUIRE([PANDORA_HAVE_LIBMEMCACHED])
 
66
  AS_IF([test x$ac_cv_libmemcachedprotocol = xno],
 
67
      AC_MSG_ERROR([libmemcachedprotocol is required for ${PACKAGE}]))
 
68
])