X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;h=3c61abc69519b158f52af779ca8583ad661f281d;hp=48adb085a892ba9ec6d9635a6458f89a4c64ab9f;hb=b57aee663af988b7f686c076ce6aef2a0d2487c8;hpb=f9edede0c2229e5d92d0480d358eb2d14f2a8229 diff --git a/configure.ac b/configure.ac index 48adb08..3c61abc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([userspace-rcu], [0.5.3], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu], [0.5.4], [mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -35,7 +35,7 @@ AC_TYPE_SIZE_T # Checks for library functions. AC_FUNC_MALLOC AC_FUNC_MMAP -AC_CHECK_FUNCS([bzero gettimeofday munmap strtoul]) +AC_CHECK_FUNCS([bzero gettimeofday munmap sched_getcpu strtoul sysconf]) # Find arch type case $host_cpu in