X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=3c61abc69519b158f52af779ca8583ad661f281d;hb=7106ddf86905188b9e92ee7000165c1af22f793e;hp=3e1b50141efc49fc5ba6d316b16c7453ba207db3;hpb=5e626e0ea1c03a239cca95bf8c3fc9d4fbebde12;p=urcu.git diff --git a/configure.ac b/configure.ac index 3e1b501..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.2], [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