~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/libmemcached.m4

  • Committer: Monty Taylor
  • Date: 2008-12-02 21:16:50 UTC
  • mto: This revision was merged to the branch mainline in revision 641.
  • Revision ID: mordred@solanthus.local-20081202211650-r0adnzw0v9hbke7b
Removed AM_CONDITIONAL from SEARCH_FOR_LIB. Aligned naming of AM_CONDITIONALS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
AC_DEFUN([_SEARCH_FOR_LIBMEMCACHED],[
4
4
  SEARCH_FOR_LIB(memcached,memcached_create,[libmemcached/memcached.h])
 
5
  AM_CONDITIONAL([BUILD_MEMCACHED],[test "$ac_cv_have_memcached" = "yes"])
5
6
])
6
7
 
7
8
AC_DEFUN([WITH_LIBMEMCACHED],[