From: Mathieu Desnoyers Date: Fri, 10 Feb 2012 23:25:09 +0000 (-0500) Subject: Only specify that sdt.h provides system integration for now X-Git-Tag: v1.9.7~2 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=02120ddf304a1c2c43cb3dbe6a44041bbe94d74c;p=lttng-ust.git Only specify that sdt.h provides system integration for now Signed-off-by: Mathieu Desnoyers --- 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"] )