aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-05-23 14:46:19 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-05-23 14:46:19 +0200
commit7d635a1d4d5e33ac874cbc7fe97589652b73c914 (patch)
treeb0669fb8b4cdb3ee38d98fb80c5181558d8f552a /erts/configure.in
parent07aea2c4ef22eb5eb7205027665d65596828ec69 (diff)
downloadotp-7d635a1d4d5e33ac874cbc7fe97589652b73c914.tar.gz
otp-7d635a1d4d5e33ac874cbc7fe97589652b73c914.tar.bz2
otp-7d635a1d4d5e33ac874cbc7fe97589652b73c914.zip
erts: Print valid version of lttng-ust in configure help
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in2
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,