From 697e882bdceb684e24a64efda9f2a8e3d96102a7 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 11 Aug 2015 12:11:57 -0400 Subject: [PATCH] Cleanup: configure layout for python agent detection Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ") -- 2.34.1