urcu-defer: generate linker error if call_rcu() is used
[urcu.git] / configure.ac
index 9bb763d27600c0b0d9dde9f8068ac7d191819117..4ece75d24df3378eec161e599fe2e5238a913b6e 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu], [0.2.3], [mathieu dot desnoyers at polymtl dot ca])
+AC_INIT([userspace-rcu], [0.2.4], [mathieu dot desnoyers at polymtl dot ca])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
@@ -47,6 +47,7 @@ case $target_cpu in
        ppc) ARCHTYPE="ppc" ;;
        s390) ARCHTYPE="s390" ;;
        s390x) ARCHTYPE="s390" ;;
+       sparc64) ARCHTYPE="sparc64" ;;
        *) ARCHTYPE="unknown";;
 esac
 
This page took 0.024128 seconds and 4 git commands to generate.