X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=37b036eed361eb971022a566e08780cad858bc4d;hb=dc684d187da04e549b2ed7ec5998294369c5d2fd;hp=e806f8115995ca9056e3b10125c6018e1d428f24;hpb=f83a87aeb06973a4ab6c6770021d7d199962e6b1;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index e806f8115..37b036eed 100644 --- a/configure.ac +++ b/configure.ac @@ -114,6 +114,16 @@ AS_CASE([$host_os], [cygwin*], [ LT_NO_UNDEFINED="-no-undefined" + ], + [cygwin*|darwin*|mingw*|solaris*], + [ + # On platforms where we only support the relayd, disable the other binaries by default + AS_IF([test "x$enable_bin_lttng" = "x" ], [enable_bin_lttng=no]) + AS_IF([test "x$enable_bin_lttng_consumerd" = "x" ], [enable_bin_lttng_consumerd=no]) + AS_IF([test "x$enable_bin_lttng_crash" = "x" ], [enable_bin_lttng_crash=no]) + AS_IF([test "x$enable_bin_lttng_sessiond" = "x" ], [enable_bin_lttng_sessiond=no]) + AS_IF([test "x$enable_extras" = "x" ], [enable_extras=no]) + AS_IF([test "x$with_lttng_ust" = "x" ], [with_lttng_ust=no]) ] )