diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-05-24 12:31:09 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-05-24 12:31:09 +0200 |
commit | c3cbbd3bdd83421f715183892296ad6843408109 (patch) | |
tree | 3983f3dd2feece654b693118dbe343357d234a64 /erts | |
parent | 05f41884deb76dd6fa34e7d98bc147926f60a8cc (diff) | |
parent | 7d635a1d4d5e33ac874cbc7fe97589652b73c914 (diff) | |
download | otp-c3cbbd3bdd83421f715183892296ad6843408109.tar.gz otp-c3cbbd3bdd83421f715183892296ad6843408109.tar.bz2 otp-c3cbbd3bdd83421f715183892296ad6843408109.zip |
Merge branch 'egil/erts/lttng-configure-help'
* egil/erts/lttng-configure-help:
erts: Print valid version of lttng-ust in configure help
Diffstat (limited to 'erts')
-rw-r--r-- | erts/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in index 4a63381eb7..a34dfc6dbd 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -3868,7 +3868,7 @@ if test "$enable_lttng_test" = "yes" ; then #define TRACEPOINT_DEFINE], [if(tracepoint_enabled(com_ericsson_otp,dummy)) do {} while(0)])], [AC_MSG_RESULT([yes])], - [AC_MSG_ERROR([no (must be present)])]) + [AC_MSG_ERROR([no (available in lttng-ust v2.7)])]) if test "x$ac_cv_header_lttng_tracepoint_h" = "xyes" \ -a "x$ac_cv_header_lttng_tracepoint_event_h" = "xyes"; then # No straight forward way to test for liblttng-ust when no public symbol exists, |