~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libmemcached.m4

  • Committer: Brian Aker
  • Date: 2010-04-06 23:15:47 UTC
  • Revision ID: brian@gaz-20100406231547-wvo7u3x65wfa0zhm
Update for most recent version of libmemcached

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([[