~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libmemcached.m4

  • Committer: Monty Taylor
  • Date: 2010-04-16 00:08:16 UTC
  • mto: (1461.2.2 more-valgrind)
  • mto: This revision was merged to the branch mainline in revision 1477.
  • Revision ID: mordred@inaugust.com-20100416000816-ihkknd84g315lmmu
Latest pandora-build. Moves the lint check to only run distcheck.

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}" = "x00039000"],[
 
65
        AS_IF([test "x${pandora_need_libmemcached_version}" = "x0000000"],[
66
66
          pandora_cv_recent_libmemcached=yes
67
67
        ],[
68
68
          AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[