~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libmemcached.m4

  • Committer: Jay Pipes
  • Date: 2010-04-08 16:27:25 UTC
  • mfrom: (1405.6.10 replication-pairs)
  • mto: This revision was merged to the branch mainline in revision 1457.
  • Revision ID: jpipes@serialcoder-20100408162725-sugbgn38oxjqclq2
Merge trunk and replication-pairs with conflict resolution

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    ],[
63
63
      AS_IF([test "x$1" != "x"],[
64
64
        pandora_need_libmemcached_version=`echo "$1" | perl -nle '/(\d+)\.(\d+)/; printf "%d%0.3d000", $[]1, $[]2 ;'`
65
 
        AS_IF([test "x${pandora_need_libmemcached_version}" = "x0000000"],[
 
65
        AS_IF([test "x${pandora_need_libmemcached_version}" = "x00039000"],[
66
66
          pandora_cv_recent_libmemcached=yes
67
67
        ],[
68
68
          AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[