From 9f51ebf7aae5d33ce506b67ff64ecef001fd7012 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 10 Aug 2015 14:45:33 -0400 Subject: [PATCH] Build: add python interpreter used by python agent if built Signed-off-by: Jonathan Rajotte Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ") -- 2.34.1