X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=5c5562e59cf33dce260dcd18bf1b958bc65046e2;hb=a10f04ad4a2736801231c0e2bc7ad85e5d372904;hp=a8fd7f7ecff3f785e59a5960b8c0bd25763459c9;hpb=3c038aa8da3c5b2e754556a06b132e1777af21f9;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index a8fd7f7ec..5c5562e59 100644 --- a/configure.ac +++ b/configure.ac @@ -295,13 +295,6 @@ else fi -# Option to only build the consumer daemon and its libraries -AC_ARG_WITH([consumerd-only], - AS_HELP_STRING([--with-consumerd-only],[Only build the consumer daemon [default=no]]), - [consumerd_only=$withval], - [consumerd_only=no]) -AM_CONDITIONAL([BUILD_CONSUMERD_ONLY], [test "x$consumerd_only" = "xyes"]) - # Epoll check. If not present, the build will fallback on poll() API AX_HAVE_EPOLL( [AX_CONFIG_FEATURE_ENABLE(epoll)],