port: no libnuma on FreeBSD
[deliverable/lttng-ust.git] / configure.ac
index 40544ec4ebf77ff93597ffb4463d13dcdf635131..02d7f40cfe02e165b9d9bd42af3b7dd7a4ecd646 100644 (file)
@@ -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])
This page took 0.023588 seconds and 5 git commands to generate.