X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=121ec56a03f480073f9880416001ae440d2d69be;hb=2c0dc163ea5a84f8bf2d4fb5ac98985d77da32c1;hp=c0292fa099ab70d8ad32e4d5fae06b9ba5e3392d;hpb=672ccbe05094e89946ca709dfc7c38c1c379bf16;p=umurmur.git diff --git a/configure.ac b/configure.ac index c0292fa..121ec56 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([umurmur], [0.2.12], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur]) +AC_INIT([umurmur], [0.2.14], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur]) AC_CONFIG_SRCDIR([src/client.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE @@ -84,7 +84,7 @@ AC_TYPE_UINT64_T AC_TYPE_UINT8_T # Checks for library functions. -AC_CHECK_FUNCS([ftruncate gettimeofday inet_ntoa memchr memmove memset socket strdup strerror strrchr uname poll], [], [AC_MSG_ERROR([missing a required func])]) +AC_CHECK_FUNCS([ftruncate gettimeofday inet_ntoa memchr memmove memset socket strdup strerror strrchr uname poll clock_gettime], [], [AC_MSG_ERROR([missing a required func])]) AC_CONFIG_FILES([Makefile src/Makefile]) AC_OUTPUT