From: Jonathan Rajotte Date: Mon, 10 Aug 2015 18:45:33 +0000 (-0400) Subject: Build: add python interpreter used by python agent if built X-Git-Tag: v2.8.0-rc1~107 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=9f51ebf7aae5d33ce506b67ff64ecef001fd7012 Build: add python interpreter used by python agent if built Signed-off-by: Jonathan Rajotte Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 57e67507..e79c2af8 100644 --- a/configure.ac +++ b/configure.ac @@ -426,7 +426,7 @@ AS_IF([test "x$java_agent_log4j" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disa AS_ECHO_N("JNI interface (JNI): ") AS_IF([test "x$jni_interface" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disabled")]) -AS_ECHO_N("Python agent: ") +AS_ECHO_N("Python($PYTHON) agent: ") AS_IF([test "x$python_agent" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disabled")]) AS_ECHO_N("sdt.h integration: ")