Sha256: b1938fd3f2679d72b72a4529cc077e3940e244f9b9a34c7fac16ade02b5cce3d
Contents?: true
Size: 603 Bytes
Versions: 2
Compression:
Stored size: 603 Bytes
Contents
dnl Copyright (C) 2010 Monty Taylor dnl This file is free software; Monty Taylor dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. #-------------------------------------------------------------------- # Check for clock_gettime #-------------------------------------------------------------------- AC_DEFUN([PANDORA_CLOCK_GETTIME],[ AC_SEARCH_LIBS([clock_gettime],[rt]) AS_IF([test "x${ac_cv_search_clock_gettime}" != "xno"],[ AC_DEFINE([HAVE_CLOCK_GETTIME],[1],[Have a working clock_gettime function]) ]) ])
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
couchbase-memcached-1.2.9 | ext/libmemcached-0.50/m4/pandora_clock_gettime.m4 |
couchbase-memcached-1.2.8 | ext/libmemcached-0.50/m4/pandora_clock_gettime.m4 |