Update liburcu dependency to 0.5.4
[ust.git] / configure.ac
index 2b2962a5e1891231effe8c83e9249f28e9a0c061..5e58eab18f76ac0cbf8231f5c0243a995796ad45 100644 (file)
@@ -52,6 +52,8 @@ AC_C_INLINE
 AC_FUNC_MALLOC
 AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol])
 
+CFLAGS="-Wall $CFLAGS"
+
 # URCU
 
 # urcu - check if we just find the headers it out of the box.
@@ -102,6 +104,7 @@ changequote([,])dnl
        ppc64) LIBFORMAT="elf64-powerpc" ;;
        s390) LIBFORMAT="elf32-s390" ;;
        s390x) LIBFORMAT="elf64-s390" ;;
+       arm) LIBFORMAT="elf32-littlearm" ;;
        *) AC_MSG_ERROR([unable to detect library format (unsupported architecture ($host_cpu)?)]) ;;
 esac
 AC_SUBST(LIBFORMAT)
This page took 0.022267 seconds and 4 git commands to generate.