From: Mathieu Desnoyers Date: Tue, 11 Aug 2015 16:11:57 +0000 (-0400) Subject: Cleanup: configure layout for python agent detection X-Git-Tag: v2.7.0-rc2~5 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=697e882bdceb684e24a64efda9f2a8e3d96102a7 Cleanup: configure layout for python agent detection Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index f29a4d20..f9706d43 100644 --- a/configure.ac +++ b/configure.ac @@ -433,7 +433,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: ")