From: Michael Jeanson Date: Wed, 14 Oct 2020 17:27:41 +0000 (-0400) Subject: port: no libnuma on FreeBSD X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ust.git;a=commitdiff_plain;h=37a5fa45a5a59d622aa88550f60f6c25f801769b port: no libnuma on FreeBSD Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: I1c5b376de188a8f23ae90c2a6ab72fb1ecc42ace --- 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])