patch-configure_ac 821 B

12345678910111213141516171819
  1. --- lttng-tools-2.13.11.orig/configure.ac 2023-08-21 20:32:56.422853499 +0200
  2. +++ lttng-tools-2.13.11/configure.ac 2024-02-18 06:45:39.022802047 +0100
  3. @@ -884,6 +884,8 @@ AC_ARG_ENABLE([bin-lttng-sessiond], AS_H
  4. [Disable the build of lttng-sessiond binaries]))
  5. AC_ARG_ENABLE([extras], AS_HELP_STRING([--disable-extras],
  6. [Disable the build of the extra components]))
  7. +AC_ARG_ENABLE([tests], AS_HELP_STRING([--disable-tests],
  8. + [Disable the build of the test components]))
  9. build_lib_consumer=no
  10. @@ -1035,6 +1037,7 @@ AM_CONDITIONAL([BUILD_BIN_LTTNG_SESSIOND
  11. # Export the tests and extras build conditions.
  12. AS_IF([\
  13. +test "x$enable_tests" != "xno" && \
  14. test "x$enable_bin_lttng" != "xno" && \
  15. test "x$enable_bin_lttng_consumerd" != "xno" && \
  16. test "x$enable_bin_lttng_crash" != "xno" && \