X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=02d7f40cfe02e165b9d9bd42af3b7dd7a4ecd646;hb=37a5fa45a5a59d622aa88550f60f6c25f801769b;hp=40544ec4ebf77ff93597ffb4463d13dcdf635131;hpb=73699dae8ddbfb81d09b9190dc180f91141b2d37;p=deliverable%2Flttng-ust.git diff --git a/configure.ac b/configure.ac index 40544ec4..02d7f40c 100644 --- a/configure.ac +++ b/configure.ac @@ -207,6 +207,11 @@ AS_CASE([$host_cpu], NO_UNALIGNED_ACCESS=1 ]) +# Set os specific options +AS_CASE([$host_os], + [freebsd*], [NO_NUMA=1] +) + # Configuration options, which will be installed in the config.h AH_TEMPLATE([LTTNG_UST_HAVE_EFFICIENT_UNALIGNED_ACCESS], [Use efficient unaligned access.]) AH_TEMPLATE([LTTNG_UST_HAVE_SDT_INTEGRATION], [SystemTap integration via sdt.h])