X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=cea504be42e2947b7283433cecf53932c10272e3;hb=381509704d8b0440b9a99d21606e51f154c81da1;hp=a8fd7f7ecff3f785e59a5960b8c0bd25763459c9;hpb=3c038aa8da3c5b2e754556a06b132e1777af21f9;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index a8fd7f7ec..cea504be4 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)], @@ -451,6 +444,7 @@ AC_CONFIG_FILES([ tests/utils/testapp/Makefile tests/utils/testapp/gen-ust-events/Makefile tests/utils/testapp/gen-ust-nevents/Makefile + tests/utils/testapp/gen-ust-tracef/Makefile ]) AC_OUTPUT