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.7.0-rc2~7 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=8871babdc4ba7c93a1a66db84b0609decdf331a0 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 da82bcba..431a3ce8 100644 --- a/configure.ac +++ b/configure.ac @@ -423,7 +423,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: ")