From: Mathieu Desnoyers Date: Tue, 11 Aug 2015 16:11:57 +0000 (-0400) Subject: Cleanup: configure layout for python agent detection X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ust.git;a=commitdiff_plain;h=6db646dfa4f2b82dd98d145a58f9206c8b68f09e Cleanup: configure layout for python agent detection Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 63bd5e85..ede01952 100644 --- a/configure.ac +++ b/configure.ac @@ -436,7 +436,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($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: ")