~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to m4/memaslap.m4

  • Committer: Continuous Integration
  • Date: 2012-03-14 16:53:36 UTC
  • mfrom: (990.2.1 workspace)
  • Revision ID: ci@tangent.org-20120314165336-mjrg2hwmb6sx1er2
jenkins-promote-staging-trunk-libmemcached-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_DEFUN([ENABLE_MEMASLAP],
 
2
  [AC_ARG_ENABLE([memaslap],
 
3
    [AS_HELP_STRING([--enable-memaslap],
 
4
      [build with memaslap tool. @<:@default=off@:>@])],
 
5
    [ac_cv_enable_memaslap=yes],
 
6
    [ac_cv_enable_memaslap=no])
 
7
 
 
8
  AM_CONDITIONAL([BUILD_MEMASLAP], [test "$ac_cv_enable_memaslap" = "yes"])
 
9
])