X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=eaff5ef0dda00456f2fcc02af0a5c2eb1ad40e48;hb=0f6f0e89dace3a34dae3e06e5af0515a49149acd;hp=d409072a51b64075ef349b206c9a6650c17181ef;hpb=dbe6ade0ba17270b2cb119b9961bbb7e48ce4733;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index d409072a..eaff5ef0 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AC_CONFIG_SRCDIR([include/lttng/tracepoint.h]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc]) +AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc -Wall -Wno-portability -Werror]) AM_MAINTAINER_MODE([enable]) # Enable silent rules if available (Introduced in AM 1.11) @@ -160,6 +160,7 @@ AC_CHECK_FUNCS([ \ strdup \ strerror \ strtol \ + strtoul \ sysconf \ ])