X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=07e5c66f5a1acc4df8cfa4571ac37ebf7c803e6d;hb=02120ddf304a1c2c43cb3dbe6a44041bbe94d74c;hp=41c5d6b5c2cb8f600a8eb59c6303ac87fe146b8e;hpb=491f30fe2fbacf7b11e78bd5a0af301c7b486ede;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 41c5d6b5..07e5c66f 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_CONFIG_SRCDIR([include/lttng/tracepoint.h]) # Configuration options, which will be installed in the config.h AC_CONFIG_HEADERS([config.h include/lttng/ust-config.h]) AH_TEMPLATE([LTTNG_UST_HAVE_EFFICIENT_UNALIGNED_ACCESS], [Use efficient unaligned access.]) -AH_TEMPLATE([LTTNG_UST_HAVE_SDT_INTEGRATION], [DTrace/GDB/SystemTap integration via sdt.h]) +AH_TEMPLATE([LTTNG_UST_HAVE_SDT_INTEGRATION], [SystemTap integration via sdt.h]) # Compute minor/major/patchlevel version numbers AC_PROG_SED @@ -211,7 +211,7 @@ AM_CONDITIONAL([BUILD_JNI_INTERFACE], [test "x$jni_interface" = "xyes"]) # sdt.h integration AC_ARG_WITH([sdt], - [AS_HELP_STRING([--with-sdt],[provide DTrace, GDB and SystemTap integration via sdt.h [default=no]])], + [AS_HELP_STRING([--with-sdt],[provide SystemTap integration via sdt.h [default=no]])], [with_sdt=$withval], [with_sdt="no"] )