Build: add python interpreter used by python agent if built
[lttng-ust.git] / configure.ac
index da82bcbaa21e523fe11373e987effb948c6ba40a..431a3ce83c23bf3a669ffba9be202f7496417f95 100644 (file)
@@ -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: ")
This page took 0.0227 seconds and 4 git commands to generate.